One of the new improvements version 4.6 will introduce, is the
WP_Term_Queryclass, which will change the way we query and retrieve terms. The freshly-introduced classWP_Term_Querywill 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).
