Support » Plugin: WordPress REST API (Version 2) » 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/

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