red_default_options, $defaults

red_default_options, $defaults

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: redirection.5.9.0

apply_filters('red_default_options, $defaults') 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.
    	 *