ggg
hg
$meta_query = array( 'relation' => 'OR', array( 'key' => 'customer', 'value' => 'hhh', 'compare' => '=', ), array( 'key' => 'userID', 'value' => 'uuu', 'compare' => '=', 'type' => 'NUMERIC', ), );
hg
$meta_query = array( 'relation' => 'OR', array( 'key' => 'customer', 'value' => 'hhh', 'compare' => '=', ), array( 'key' => 'userID', 'value' => 'uuu', 'compare' => '=', 'type' => 'NUMERIC', ), );