wpseo_options, $option_names
wpseo_options, $option_names
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_options, $option_names') is found 1 times:
- /inc/options/class-wpseo-options.php line 211
* Filter: wpseo_options - Allow developers to change the option name to include. * * @param array $option_names The option names to include in get_all and reset(). */ return apply_filters( 'wpseo_options', $option_names ); } /** * Retrieve all the options for the SEO plugin in one go. * * @param array<string> $specific_options The option groups of the option you want to get.