Warning: This hook has been deprecated. Use the ‘rest_authentication_errors’ filter to restrict access to the REST API instead.
rest_enabled WordPress Hook
The rest_enabled hook is a WordPress hook that allows you to enable or disable the REST API for a specific user. This hook is useful if you want to disable the REST API for a specific user or if you want to enable the REST API for a specific user.
apply_filters_deprecated( 'rest_enabled', bool $rest_enabled ) #
Filters whether the REST API is enabled.
Parameters
- $rest_enabled
(bool)Whether the REST API is enabled. Default true.
Source
Changelog
Version | Description |
---|---|
4.7.0 | Use the 'rest_authentication_errors' filter to restrict access to the REST API. |
4.4.0 | Introduced. |