Uses
Uses | Description |
---|---|
wp-includes/load.php: is_protected_ajax_action() | Determines whether we are currently handling an Ajax action that should be protected against WSODs. |
wp-includes/load.php: is_protected_endpoint | Filters whether the current request is against a protected endpoint. |
wp-includes/load.php: wp_doing_ajax() | Determines whether the current request is a WordPress Ajax request. |
wp-includes/load.php: is_admin() | Determines whether the current request is for an administrative interface page. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |