Uses
Uses | Description |
---|---|
wp-includes/link-template.php: set_url_scheme() | Sets the scheme for a URL. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |
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_post() | Performs an HTTP request using the POST 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/option.php: set_site_transient() | Sets/updates the value of a site transient. |
wp-includes/option.php: get_site_transient() | Retrieves the value of a site transient. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |