meta test
Another test
$meta_query = array( 'relation' => 'AND', array( 'key' => 'first_name', 'value' => 'this', 'compare' => '=', ), array( 'key' => 'last_name', 'value' => 'that', 'compare' => '=', ), );
Another test
$meta_query = array( 'relation' => 'AND', array( 'key' => 'first_name', 'value' => 'this', 'compare' => '=', ), array( 'key' => 'last_name', 'value' => 'that', 'compare' => '=', ), );