This file contains hidden or 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 hidden or 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 hidden or 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() { |
OlderNewer