objects_account
get records in objects tax with account slug
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'objects', 'terms' => 'account', 'field' => 'slug', 'include_children' => false, ), );
get records in objects tax with account slug
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'objects', 'terms' => 'account', 'field' => 'slug', 'include_children' => false, ), );