red_default_options

red_default_options

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: redirection.5.4.2

apply_filters('red_default_options') is found 1 times:

  • /redirection-settings.php line 80
    		'update_notice'       => 0,
    	];
    	$defaults = array_merge( $defaults, $flags->get_json() );
    
    	return apply_filters( 'red_default_options', $defaults );
    }
    
    /**
     * Set options
     *
     * @param array $settings Partial settings.