wpseo_defaults, $this->defaults, $this->option_name

wpseo_defaults, $this->defaults, $this->option_name

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_defaults, $this->defaults, $this->option_name') is found 1 times:

  • /inc/options/class-wpseo-option.php line 411
    		if ( method_exists( $this, 'enrich_defaults' ) ) {
    			$this->enrich_defaults();
    		}
    
    		return apply_filters( 'wpseo_defaults', $this->defaults, $this->option_name );
    	}
    
    	/**
    	 * Add filters to make sure that the option is merged with its defaults before being returned.
    	 *
    	 * @return void