red_default_options

red_default_options

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

See hook in core

Displaying hooks found in version: redirection.5.6.0

apply_filters('red_default_options') is found 1 times:

  • /models/options.php line 199
    		];
    
    		$defaults = array_merge( $defaults, $flags->get_json() );
    
    		return apply_filters( 'red_default_options', $defaults );
    	}
    
    	/**
    	 * Persist option values using the same sanitization/merge rules as legacy red_set_options.
    	 * This is a static method that saves options and returns the updated array.
    	 *