redirection_save_options

redirection_save_options

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: redirection.5.6.0

apply_filters('redirection_save_options') is found 1 times:

  • /models/options.php line 215
    		// Clear the cache before applying settings
    		self::$options_cache = null;
    
    		$options = self::apply_settings( $settings );
    		update_option( self::OPTION_KEY, apply_filters( 'redirection_save_options', $options ) );
    
    		// Clear the cache after saving to ensure fresh data on next get()
    		self::$options_cache = null;
    
    		/** @var RedirectionOptions $options */
    		return $options;
    

See this hook used in plugins: