New and updated in 4.4.0
-
Filters the list of blocks that can contribute to the excerpt.
-
Filters list of page templates for a theme.
-
Filters the REST avatar sizes.
-
Sets the cookie domain based on the network domain if one has not been populated.
-
Retrieves the closest matching network for a domain and path.
-
Retrieves a network from the database by its ID.
-
Creates a new WP_Network object.
-
Sets the site name assigned to the network if one has not been populated.
-
classWP_Network
Core class used for interacting with a multisite network.
-
Determines the latest WordPress default theme that is installed.
-
Filters the categories before building the category list.
-
methodWP_User::__unset()
Magic method for unsetting a certain custom field.
-
functionrest_get_date_with_gmt()
Parses a date into both its local and UTC equivalent, in MySQL datetime format.
-
functionrest_cookie_check_errors()
Checks for errors when using cookie-based authentication.
-
functionrest_cookie_collect_status()
Collects cookie authentication status.
-
functionrest_parse_date()
Parses an RFC3339 time into a Unix timestamp.
-
functionrest_send_cors_headers()
Sends Cross-Origin Resource Sharing headers with API requests.
-
functionrest_handle_options_request()
Handles OPTIONS requests for the server.
-
functionrest_send_allow_header()
Sends the “Allow” header to state all methods that can be sent to the current route.
-
functionrest_output_rsd()
Adds the REST API URL to the WP RSD endpoint.
-
functionrest_output_link_wp_head()
Outputs the REST API link tag into page header.
-
functionrest_output_link_header()
Sends a Link header for the REST API.
-
functionrest_ensure_request()
Ensures request arguments are a request object (for consistency).
-
functionrest_ensure_response()
Ensures a REST response is a response object (for consistency).
-
Handles _deprecated_function() errors.
-
Handles _deprecated_argument() errors.
-
functionget_rest_url()
Retrieves the URL to a REST endpoint on a site.
-
hookrest_url
Filters the REST URL.
-
functionrest_url()
Retrieves the URL to a REST endpoint.