New and updated in 4.6.0
-
methodWP_Site::__isset()
Isset-er.
-
methodWP_Site::__set()
Setter.
-
methodWP_Site::get_details()
Retrieves the details for this site.
-
Filters the list of a user’s sites before it is populated.
-
Determines the best charset and collation to use given a charset and collation.
-
Populates found_comments and max_num_pages properties for the current query if the limit clause was used.
-
functionget_the_post_thumbnail_caption()
Returns the post thumbnail caption.
-
functionthe_post_thumbnail_caption()
Displays the post thumbnail caption.
-
Filters the displayed post thumbnail caption.
-
Filters the memory limit allocated for an arbitrary context.
-
functionwp_raise_memory_limit()
Attempts to raise the PHP memory limit for memory intensive processes.
-
function_deprecated_hook()
Marks a deprecated action or filter hook as deprecated and throws a notice.
-
Fires when a deprecated hook is called.
-
Filters whether to trigger deprecated hook errors.
-
functionwp_check_jsonp_callback()
Checks that a JSONP callback is a valid JavaScript callback name.
-
functionwp_get_ext_types()
Retrieves the list of common file extensions and their types.
-
Identifies the network and site of a requested domain and path and populates the corresponding network and site global objects as part of the multisite bootstrap process.
-
Sets the response data.
Used by 0 functions | Uses 0 functions | Source: wp-includes/class-wp-http-requests-response.php:149 -
Retrieves cookies from the response.
-
Converts the object to a WP_Http response array.
Used by 0 functions | Uses 5 functions | Source: wp-includes/class-wp-http-requests-response.php:185 -
Sets all header values.
-
Sets a single HTTP header.
Used by 0 functions | Uses 0 functions | Source: wp-includes/class-wp-http-requests-response.php:101 -
Retrieves the HTTP return code for the response.
-
Sets the 3-digit HTTP status code.
-
Retrieves the response data.
-
Constructor.
-
Retrieves the response object for the request.
-
Retrieves headers associated with the response.
-
Core wrapper object for a WpOrg\Requests\Response for standardization.