Retrieve only the response code from the raw response.
wp_remote_retrieve_header
Retrieve a single header by name from the raw response.
wp_remote_retrieve_headers
Retrieve only the headers from the raw response.
wp_remote_head
Performs an HTTP request using the HEAD method and returns its response.
Advertisement
wp_remote_post
Performs an HTTP request using the POST method and returns its response.
wp_remote_get
Performs an HTTP request using the GET method and returns its response.
wp_remote_request
Performs an HTTP request and returns its response.
wp_safe_remote_head
Retrieve the raw response from a safe HTTP request using the HEAD method.
Advertisement
wp_safe_remote_post
Retrieve the raw response from a safe HTTP request using the POST method.
wp_safe_remote_get
Retrieve the raw response from a safe HTTP request using the GET method.
wp_safe_remote_request
Retrieve the raw response from a safe HTTP request.
_wp_http_get_object
Returns the initialized WP_Http Object
Advertisement
wp_heartbeat_settings
Default settings for heartbeat
__checked_selected_helper
Private helper function for checked, selected, disabled and readonly.
readonly
Outputs the html readonly attribute.