Say Goodbye to ‘get_terms’, Use ‘WP_Term_Query’
WordPress 4.6 introduces a new class for querying taxonomies. Like WP_Query
,WP_User_Query
,and WP_Comment_Query
.
When using WordPress own query classes, you can be at ease — all caching and security measures are done by