apply_filters_deprecated( 'rest_enabled', bool $rest_enabled )
This hook has been deprecated. Use the ‘rest_authentication_errors’ filter to restrict access to the REST API instead.
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. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/rest_enabled