Uses
Uses | Description |
---|---|
wp-includes/load.php: wp_doing_cron() | Determines whether the current request is a WordPress cron request. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/link-template.php: set_url_scheme() | Sets the scheme for a URL. |
wp-includes/http.php: wp_http_supports() | Determines if there is an HTTP Transport that can process this request. |
wp-includes/http.php: wp_remote_get() | Performs an HTTP request using the GET method and returns its response. |
wp-includes/http.php: wp_remote_retrieve_response_code() | Retrieve only the response code from the raw response. |
wp-includes/http.php: wp_remote_retrieve_body() | Retrieve only the body from the raw response. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |