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.4.2

apply_filters('redirection_save_options') is found 1 times:

  • /redirection-settings.php line 290
    		$major_version = implode( '.', array_slice( explode( '.', $major_version ), 0, 2 ) );
    		$options['update_notice'] = $major_version;
    	}
    
    	update_option( REDIRECTION_OPTION, apply_filters( 'redirection_save_options', $options ) );
    	return $options;
    }
    
    function red_parse_url( $url ) {
    	$domain = filter_var( $url, FILTER_SANITIZE_URL );
    	if ( substr( $domain, 0, 5 ) !== 'http:' && substr( $domain, 0, 6 ) !== 'https:' ) {
    

See this hook used in plugins: