Use Field Label in Schema?
-
Besides adding additional schema filters and grabbing a custom field value, can you also grab the custom field label to use for the output of your schema filter?
So instead of doing this:
$schema['priceRange'] = get_post_meta( $postId, 'biz-price-range', true );
Can you grab the label meta_key from the custom field type and output that instead of the value with the code above?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Use Field Label in Schema?’ is closed to new replies.