Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Is Product Page

$meta_query = array(
	array(
		'key'     => 'product_page',
		'value'   => '1',
		'compare' => '=',
	),
);