Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

temp wishlist meta

$meta_query = array(
	array(
		'key'     => '_wishlist_status',
		'value'   => 'temporary',
	),
);