Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta _tsto_event

$meta_query = array(
	array(
		'key'     => '_tsto_event',
		'value'   => 'woocommerce_order_status_completed',
	),
);