This action is documented in wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
rest_user_query
Filters WP_User_Query arguments when querying users via the REST API.
rest_themes_collection_params
Filter collection parameters for the themes controller.
rest_prepare_theme
Filters theme data returned from the REST API.
Advertisement
rest_{$this->taxonomy}_collection_params
Filter collection parameters for the terms controller.
rest_prepare_{$this->taxonomy}
Filters a term item returned from the API.
rest_pre_insert_{$this->taxonomy}
Filters term data before inserting term via the REST API.
rest_delete_{$this->taxonomy}
Fires after a single term is deleted via the REST API.
Advertisement
rest_after_insert_{$this->taxonomy}
This action is documented in wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php
rest_insert_{$this->taxonomy}
This action is documented in wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php
rest_{$this->taxonomy}_query
Filters the query arguments before passing them to get_terms().
rest_prepare_taxonomy
Filters a taxonomy returned from the REST API.
Advertisement
rest_pre_update_setting
Filters whether to preempt a setting value update.
rest_pre_get_setting
Filters the value of a setting recognized by the REST API.
rest_prepare_revision
Filters a revision returned from the API.