Comments 1senses started the conversationJanuary 14, 2022 at 1:41pmWould like to be able to get PRICE (from Penci_Review - Review Item Schema / Product) in a custom field, to use with search plugin. 2,611PenciDesign repliedJanuary 14, 2022 at 3:51pmHi,Here is the PHP code to get the review price: $review_meta = get_post_meta( get_the_ID(), 'penci_review_meta', true );$review_price = isset( $review_meta['penci_review_price'] ) ? $review_meta['penci_review_price'] : '';Regards,PenciDesign. Sign in to reply ...
Would like to be able to get PRICE (from Penci_Review - Review Item Schema / Product) in a custom field, to use with search plugin.
Hi,
Here is the PHP code to get the review price:
Regards,
PenciDesign.