Used By
Used By | Description |
---|---|
wp-includes/load.php: is_protected_endpoint() | Determines whether we are currently on an endpoint that should be protected against WSODs. |
Filters whether the current request is against a protected endpoint.
This filter is only fired when an endpoint is requested which is not already protected by WordPress core. As such, it exclusively allows providing further protected endpoints in addition to the admin backend, login pages and protected Ajax actions.
(bool) Whether the currently requested endpoint is protected. Default false.
File: wp-includes/load.php
Version | Description |
---|---|
5.2.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/is_protected_endpoint