wpseo_article_enhance_config_{$key}

wpseo_article_enhance_config_{$key}

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.27.1.1

apply_filters('wpseo_article_enhance_config_{$key}') is found 1 times:

  • /src/schema-aggregator/infrastructure/enhancement/article-config.php line 23
    	 *
    	 * @return string|int|bool Configuration value.
    	 */
    	public function get_config_value( string $key, $the_default ) {
    		return \apply_filters( "wpseo_article_enhance_config_{$key}", $the_default );
    	}
    
    	/**
    	 * Check if enhancement is enabled
    	 *
    	 * @param string $enhancement Enhancement name (e.g., 'article_body', 'keywords').