Uses
Uses | Description |
---|---|
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
wp-includes/link-template.php: set_url_scheme() | Sets the scheme for a URL. |
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/load.php: is_wp_error() | Check whether variable is a WordPress Error. |