wpseo_article_enhance_article_body_fallback

wpseo_article_enhance_article_body_fallback

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.27.1.1

apply_filters('wpseo_article_enhance_article_body_fallback') is found 1 times:

  • /src/schema-aggregator/infrastructure/enhancement/article-config.php line 62

    Warning: Undefined array key 64 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 65 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 66 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 67 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		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 );
    	}
    }