New and updated in 4.4.0
-
Filters the arguments for registering a taxonomy.
-
Filters the labels of a specific taxonomy.
-
Filters whether to display the posts feed link.
-
Filters whether to display the comments feed link.
-
Filters the site icon URL.
-
functionwp_get_document_title()
Returns document title for the current page.
-
Filters the document title before it is generated.
-
Filters the separator for the document title.
-
Filters the parts of the document title.
-
Filters the headers collection to be sent to the XML-RPC server.
-
Filters ‘img’ elements in post content to add ‘srcset’ and ‘sizes’ attributes.
-
functionwp_image_add_srcset_and_sizes()
Adds ‘srcset’ and ‘sizes’ attributes to an existing ‘img’ element.
-
functionwp_get_attachment_image_sizes()
Retrieves the value for an image attachment’s ‘sizes’ attribute.
-
functionwp_calculate_image_sizes()
Creates a ‘sizes’ attribute value for an image.
-
Filters the output of ‘wp_calculate_image_sizes()’.
-
functionwp_get_attachment_image_srcset()
Retrieves the value for an image attachment’s ‘srcset’ attribute.
-
functionwp_calculate_image_srcset()
A helper function to calculate the image sources to include in a ‘srcset’ attribute.
-
Filters the maximum image width to be included in a ‘srcset’ attribute.
-
Filters an image’s ‘srcset’ sources.
-
Filters the output of image_get_intermediate_size()
-
functionwp_get_attachment_image_url()
Gets the URL of an image attachment.
-
function_wp_get_image_size_from_meta()
Gets the image size as array from its meta data.
-
-
-
-
-
Retrieves the attributes for the request.
-
Sets the attributes for the request.
-
Sanitizes (where possible) the params on the request.
-
Checks whether this request is valid according to its attributes.