Multiple Term Queries
The MasterPress API offers many ways to retrieve multiple taxonomy terms from your WordPress site, with term-related methods available in both the main WOOF class, but also in many other classes across the API. All of these methods return a WOOF_Collection of MEOW_Term objects, rather than simple arrays.
The first way we can access a collection of taxonomy terms is via the WOOF::terms method, which is an abstraction around the WordPress method get_terms, supporting the same query arguments as that function: