New and updated in 5.2.0
-
functionget_privacy_policy_template()
Retrieves path of Privacy Policy page template in current or parent template.
-
functionwp_is_jsonp_request()
Checks whether current request is a JSONP request, or is expecting a JSONP response.
-
functionwp_is_xml_request()
Checks whether current request is an XML request, or is expecting an XML response.
-
functionis_protected_ajax_action()
Determines whether we are currently handling an Ajax action that should be protected against WSODs.
-
functionwp_is_recovery_mode()
Determines whether WordPress is in Recovery Mode.
-
functionis_protected_endpoint()
Determines whether we are currently on an endpoint that should be protected against WSODs.
-
functionwp_skip_paused_plugins()
Filters a given list of plugins, removing any paused plugins from it.
-
functionwp_skip_paused_themes()
Filters a given list of themes, removing any paused themes from it.
-
functiongenerate_postdata()
Generates post data.
-
functionis_privacy_policy()
Determines whether the query is for the Privacy Policy page.
-
functionget_feed_build_date()
Gets the UTC time of the most recently modified post from WP_Query.
-
Registers the shutdown handler for fatal errors.
-
Checks whether the fatal error handler is enabled.
-
functionwp_recovery_mode()
Access the WordPress Recovery Mode instance.
-
Get a human readable description of an extension’s error.
-
functionis_wp_version_compatible()
Checks compatibility with the current WordPress version.
-
functionis_php_version_compatible()
Checks compatibility with the current PHP version.
-
functionwp_get_update_php_annotation()
Returns the default annotation for the web hosting altering the “Update PHP” page URL.
-
function_jsonp_wp_die_handler()
Kills WordPress execution and displays JSONP response with an error message.
-
function_xml_wp_die_handler()
Kills WordPress execution and displays XML response with an error message.
-
functionwp_body_open()
Fires the wp_body_open action.
-
Filters the user capabilities to grant the ‘resume_plugins’ and ‘resume_themes’ capabilities as necessary.
-
Render inner blocks from the `core/columns` block for generating an excerpt.
-
functionverify_file_signature()
Verifies the contents of a file against its ED25519 signature.
-
functionwp_trusted_keys()
Retrieves the list of signing keys trusted by WordPress.
-
functionwp_get_theme_error()
Gets the error that was recorded for a paused theme.
-
functionresume_theme()
Tries to resume a single theme.
-
functionpaused_themes_notice()
Renders an admin notice in case some themes have been paused due to errors.