wpseo_article_enhance_config_{$key}
wpseo_article_enhance_config_{$key}
Appears in: wordpress-seo.27.1.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.27.1.1apply_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').