One of the new improvements version 4.6 will introduce, is the
WP_Term_Query
class, which will change the way we query and retrieve terms. The freshly-introduced classWP_Term_Query
will help us querying terms the same way we are querying WordPress Posts (usingWP_Query
), WordPress Users (withWP_User_Query
) and WordPress Comments (WP_Comment_Query
).