Retrieve only the response message from the raw response.
wp_remote_retrieve_response_code
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.
Advertisement
wp_remote_head
Performs an HTTP request using the HEAD method and returns its response.
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.
Advertisement
_wp_http_get_object
Returns the initialized WP_Http Object
wp_login_url
Retrieves the login URL.
wp_logout_url
Retrieves the logout URL.
get_search_form
Filters the HTML output of the search form.
Advertisement
pre_get_search_form
Fires before the search form is retrieved, at the start of get_search_form().
get_search_form
Display search form.
_close_comments_for_old_post
Close comments on an old post. Hooked to comments_open and pings_open.