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 | |
/** | |
* Display Recipe Instructions | |
* | |
* @since 1.0.0 | |
* @return null | |
*/ | |
function schema_display_recipeInstructions_78239482379847() { |
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 | |
/** | |
* Display Recipe Ingredient | |
* | |
* @since 1.0.0 | |
* @return null | |
*/ | |
function schema_display_recipeIngredient_78239482379847() { |
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_acf_field_post_type_select_choices', 'schema_acf_field_post_type_select_choices_add_product_45263542' ); | |
/** | |
* Schema Premium Plugin: Add missing post type "product" to Locations post type select choices | |
* | |
* @since 1.0.0 | |
*/ | |
function schema_acf_field_post_type_select_choices_add_product_45263542( $post_types ) { | |
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', 'remove_datePublished_markup_588545256'); | |
/** | |
* Schema Plugin: Remove datePublished markup on BlogPosting | |
* | |
* @since 1.0 | |
*/ | |
function remove_datePublished_markup_588545256( $schema ) { | |
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_blog_output', 'schema_blog_output_remove_8987716235' ); | |
/** | |
* Remove Schema Plugin markup for Blog on home page | |
* | |
* @param array $schema | |
* @return array | |
*/ | |
function schema_blog_output_remove_8987716235( $schema ) { |
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_wp_filter_headline', 'truncating_headlines_chars_567545256'); | |
/** | |
* Schema Plugin: Truncating Headlines by characters count | |
* | |
* @since 1.0 | |
*/ | |
function truncating_headlines_chars_567545256( $headline ) { | |
NewerOlder