Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

rbopos

$meta_query = array(
	array(
		'key'     => '_user_modified_gmt',
		'value'   => 'date',
		'compare' => '>',
	),
	array(
		'key'     => 'rep_id',
		'value'   => 'RNB0233',
		'compare' => '=',
	),
);