This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php //* do not include php tag | |
add_filter('schema_output', 'schema_wp_extend_output_articleBody_98738765'); | |
/** | |
* Add articleBody to Schema Output | |
* | |
* @since 1.0 | |
*/ | |
function schema_wp_extend_output_articleBody_98738765( $schema ) { | |