redirection_save_options, $options
redirection_save_options, $options
Appears in: redirection.5.9.0
Hook Type: filter
Displaying hooks found in version: redirection.5.9.0apply_filters('redirection_save_options, $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;