wpseo_article_enhance_body_when_excerpt_exists
wpseo_article_enhance_body_when_excerpt_exists
Appears in: wordpress-seo.27.1.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.27.1.1apply_filters('wpseo_article_enhance_body_when_excerpt_exists') 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 ); } }