wpseo_option_wpseo_defaults, $this->defaults

wpseo_option_wpseo_defaults, $this->defaults

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_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