Uses
Uses | Description |
---|---|
wp-includes/functions.php: _deprecated_argument() | Mark a function argument as deprecated and inform when it has been used. |
wp-includes/http.php: wp_safe_remote_head() | Retrieve the raw response from a safe HTTP request using the HEAD method. |
wp-includes/http.php: wp_remote_retrieve_headers() | Retrieve only the headers from the raw response. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |