Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

shop order

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => '_payment_method',
		'value'   => ''pelecard'',
		'compare' => '=',
		'type'    => 'CHAR',
	),
	array(
		'key'     => '_transaction_data',
		'value'   => '"StatusCode";s:3:"000"',
		'compare' => 'LIKE',
		'type'    => 'CHAR',
	),
);