get_description( $schema['claimReviewed'] );
$shortcode->get_image();
?>
get_field(
esc_html__( 'URL', 'rank-math-pro' ),
'url'
);
?>
get_field(
esc_html__( 'Author Name', 'rank-math-pro' ),
'itemReviewed.author.name'
);
?>
get_field(
esc_html__( 'Published Date', 'rank-math-pro' ),
'itemReviewed.datePublished'
);
?>
get_field(
esc_html__( 'Appearance Headline', 'rank-math-pro' ),
'itemReviewed.appearance.headline'
);
?>
get_field(
esc_html__( 'Appearance URL', 'rank-math-pro' ),
'itemReviewed.appearance.url'
);
?>
get_field(
esc_html__( 'Appearance Author', 'rank-math-pro' ),
'itemReviewed.appearance.author.name'
);
?>
get_field(
esc_html__( 'Appearance Published Date', 'rank-math-pro' ),
'itemReviewed.appearance.datePublished'
);
?>
get_field(
esc_html__( 'Alternate Name', 'rank-math-pro' ),
'reviewRating.alternateName'
);
?>
show_ratings( 'reviewRating.ratingValue' ); ?>