Ends the list of items after the elements are added.
Walker_Comment::display_element
Traverses elements to create list from elements.
WP_Http::post
Uses the POST HTTP method.
WP_Http::get
Uses the GET HTTP method.
Advertisement
WP_Http::head
Uses the HEAD HTTP method.
WP_Http::processResponse
Parses the responses and splits the parts into headers and body.
WP_Http::processHeaders
Transforms header string into an array.
WP_Http::chunkTransferDecode
Decodes chunk transfer-encoding, based off the HTTP 1.1 specification.
Advertisement
WP_Http::request
Send an HTTP request to a URI.
WP_Filesystem_SSH2::copy
Copies a file.
WP_Filesystem_SSH2::move
Moves a file.
WP_Filesystem_SSH2::delete
Deletes a file or directory.
Advertisement
WP_Filesystem_SSH2::exists
Checks if a file or directory exists.
WP_Filesystem_SSH2::is_file
Checks if resource is a file.
WP_Filesystem_SSH2::is_dir
Checks if resource is a directory.