Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-site-health.php: WP_Site_Health::perform_test() | Run a Site Health test directly. |
wp-admin/includes/class-wp-site-health.php: WP_Site_Health::get_tests() | Return a set of tests that belong to the site status page. |
wp-includes/rest-api.php: rest_url() | Retrieves the URL to a REST endpoint. |
wp-includes/functions.php: wp_json_encode() | Encode a variable into JSON, with some sanity checks. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: trailingslashit() | Appends a trailing slash. |
wp-includes/pluggable.php: wp_create_nonce() | Creates a cryptographic token tied to a specific action, user, user session, and window of time. |
wp-includes/link-template.php: admin_url() | Retrieves the URL to the admin area for the current site. |
wp-includes/link-template.php: get_site_url() | Retrieves the URL for a given site where WordPress application files (e.g. wp-blog-header.php or the wp-admin/ folder) are accessible. |
wp-includes/http.php: wp_remote_post() | Performs an HTTP request using the POST method and returns its response. |
wp-includes/http.php: wp_remote_retrieve_body() | Retrieve only the body from the raw response. |
wp-includes/option.php: set_transient() | Sets/updates the value of a transient. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |