New and updated in 4.4.0
-
Sets the response data.
-
Retrieves the response data for JSON serialization.
-
Retrieves the HTTP return code for the response.
-
Sets the 3-digit HTTP status code.
-
classWP_HTTP_Response
Core class used to prepare HTTP responses.
-
Constructor.
-
Retrieves headers associated with the response.
-
Sets all header values.
-
Sets a single HTTP header.
-
Filters the query used to retrieve found comment count.
-
Used internally to get a list of comment IDs matching the query vars.
-
Fetch descendants for located comments.
-
functionget_the_post_thumbnail_url()
Returns the post thumbnail URL.
-
functionthe_post_thumbnail_url()
Displays the post thumbnail URL.
-
functionmysql_to_rfc3339()
Parses and formats a MySQL datetime (Y-m-d H:i:s) for ISO8601 (Y-m-d\TH:i:s).
-
functionwp_is_numeric_array()
Determines if the variable is a numeric-indexed array.
-
hookdo_feed_{$feed}
Fires once the given feed is loaded.
-
functionwp_removable_query_args()
Returns an array of single-use query variable names that can be removed from a URL.
-
hookenclosure_links
Filters the list of enclosure links before querying the database.
-
functionwp_maybe_decline_date()
Determines if the date should be declined.
-
functionmap_deep()
Maps a function to all non-iterable elements of an array or an object.
-
functionstripslashes_from_strings_only()
Callback function for `stripslashes_deep()` which strips slashes from strings.
-
functionurldecode_deep()
Navigates through an array, object, or scalar, and decodes URL-encoded values
-
functionget_html_split_regex()
Retrieves the regular expression for an HTML element.
-
methodWP_Term::filter()
Sanitizes term fields, according to the filter type provided.
-
methodWP_Term::to_array()
Converts an object to array.
-
methodWP_Term::__get()
Getter.
-
classWP_Term
Core class used to implement the WP_Term object.