Title: Make post terms filterable
Last modified: August 31, 2016

---

# Make post terms filterable

 *  [Kevin Behrens](https://wordpress.org/support/users/kevinb/)
 * (@kevinb)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/make-post-terms-filterable/)
 * Please consider running post terms through the pre_post_tax_input (and pre_post_category)
   filter before passing them to wp_set_object_terms().
 * Page parent and other post columns are already filterable due to your use of 
   wp_insert_post() and wp_update_post().
 * You might also consider the post_meta storage, since it’s not nicely filterable
   either.
 * [https://wordpress.org/plugins/rest-api/](https://wordpress.org/plugins/rest-api/)

The topic ‘Make post terms filterable’ is closed to new replies.

 * ![](https://ps.w.org/rest-api/assets/icon-256x256.png?rev=1346297)
 * [WordPress REST API (Version 2)](https://wordpress.org/plugins/rest-api/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rest-api/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rest-api/)
 * [Active Topics](https://wordpress.org/support/plugin/rest-api/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rest-api/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rest-api/reviews/)

## Tags

 * [filter](https://wordpress.org/support/topic-tag/filter/)
 * [post](https://wordpress.org/support/topic-tag/post/)
 * [term](https://wordpress.org/support/topic-tag/term/)

 * 0 replies
 * 1 participant
 * Last reply from: [Kevin Behrens](https://wordpress.org/support/users/kevinb/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/make-post-terms-filterable/)
 * Status: not resolved