Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

order status

$meta_query = array(
	array(
		'key'     => 'order_status',
		'value'   => 'prepared',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);