Skip to content
Public Ticket #19509

Penci_Review - Price - custom field

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

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.



senses started the conversation

Conversation Start

Would like to be able to get PRICE (from Penci_Review - Review Item Schema / Product) in a custom field, to use with search plugin. 

Want to join this conversation or access attachments? Sign in first.