red_default_options, $defaults
red_default_options, $defaults
Appears in: redirection.5.9.0
Hook Type: filter
Displaying hooks found in version: redirection.5.9.0apply_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. *