get_title();
$this->get_image();
?>
	get_description(); ?>
	get_field(
		esc_html__( 'Price', 'rank-math' ),
		'offers.price'
	);
	?>
	get_field(
		esc_html__( 'Price Currency', 'rank-math' ),
		'offers.priceCurrency'
	);
	?>
	get_field(
		esc_html__( 'Operating System', 'rank-math' ),
		'operatingSystem'
	);
	?>
	get_field(
		esc_html__( 'Application Category', 'rank-math' ),
		'applicationCategory'
	);
	?>
	show_ratings(); ?>