Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Liseuse

$meta_query = array(
	array(
		'key'     => '_customer_user',
		'value'   => 'get_current_user_id()',
	),
	array(
		'key'     => '_product_liseuse',
		'value'   => 'yes',
	),
);