4.4.0 | Developer.WordPress.org (original) (raw)
- Displays title tag with content.
- Filters the chunk size that can be used to parse an XML-RPC response message.
- Filters the list of blocks that can contribute to the excerpt.
- Filters list of page templates for a theme.
- Filters the REST avatar sizes.
- 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.
- 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.
- 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.
- Magic method for unsetting a certain custom field.
- Parses a date into both its local and UTC equivalent, in MySQL datetime format.
- Handles OPTIONS requests for the server.
- Sends the “Allow” header to state all methods that can be sent to the current route.
- Adds the REST API URL to the WP RSD endpoint.
- Outputs the REST API link tag into page header.
- Sends a Link header for the REST API.
- Checks for errors when using cookie-based authentication.
- Collects cookie authentication status.
- Parses an RFC3339 time into a Unix timestamp.
- Sends Cross-Origin Resource Sharing headers with API requests.
- Retrieves the URL to a REST endpoint on a site.
- Retrieves the URL to a REST endpoint.
- Ensures request arguments are a request object (for consistency).
- Ensures a REST response is a response object (for consistency).