wpseo_article_enhance_body_when_excerpt_exists, false
wpseo_article_enhance_body_when_excerpt_exists, false
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_article_enhance_body_when_excerpt_exists, false') is found 1 times:
- /src/schema-aggregator/infrastructure/enhancement/article-config.php line 59
Warning: Undefined array key 64 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* @return bool True if articleBody should be included. */ public function should_include_article_body( bool $has_excerpt ): bool { if ( $has_excerpt ) { return (bool) \apply_filters( 'wpseo_article_enhance_body_when_excerpt_exists', false ); } return (bool) \apply_filters( 'wpseo_article_enhance_article_body_fallback', true ); } }