wpseo_option_wpseo_defaults, $this->defaults
wpseo_option_wpseo_defaults, $this->defaults
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_option_wpseo_defaults, $this->defaults') is found 1 times:
- /inc/options/class-wpseo-option-wpseo.php line 252
* Filter the `wpseo` option defaults. * * @param array $defaults Array the defaults for the `wpseo` option attributes. */ $this->defaults = apply_filters( 'wpseo_option_wpseo_defaults', $this->defaults ); } /** * Get the singleton instance of this class. * * @return object