REST API (tag)
| rest_api_init | Fires at the beginning of REST API request processing (when serving the REST request is being prepared). |
| rest_endpoints | Allows you to change the array of available REST API endpoints. |
| rest_pre_dispatch | Allows you to override a REST API response before its standard processing. |
| rest_prepare_(taxonomy) | Allows you to modify term data in a REST API response immediately before it is returned. |
| rest_prepare_taxonomy | Allows you to modify taxonomy data in a REST request immediately before it is returned. |