Advertisement

is_privacy_policy

Determines whether the query is for the Privacy Policy page.

wp_is_xml_request

Checks whether current request is an XML request, or is expecting an XML response.

wp_is_jsonp_request

Checks whether current request is a JSONP request, or is expecting a JSONP response.

Advertisement

is_protected_ajax_action

Determines whether we are currently handling an AJAX action that should be protected against WSODs.

is_protected_endpoint

Filters whether the current request is against a protected endpoint.

Advertisement

is_protected_endpoint

Determines whether we are currently on an endpoint that should be protected against WSODs.

wp_skip_paused_themes

Filters a given list of themes, removing any paused themes from it.

wp_skip_paused_plugins

Filters a given list of plugins, removing any paused plugins from it.

get_pagenum_link

Filters the page number link for the current request.

Advertisement

safe_style_css

Filters list of allowed CSS attributes.

wp_body_open

Triggered after the opening body tag.