New and updated in 5.5.0
-
Filters the file list used for calculating a unique filename for a newly added file.
-
Retrieves multiple values from the cache in one call.
-
Filters whether an attachment deletion should take place.
-
Filters post types (in addition to ‘post’) that require a default category.
-
functionwp_show_heic_upload_error()
Callback to enable showing of the user error when uploading .heic images.
-
Filters whether to add the `srcset` and `sizes` HTML attributes to the img tag. Default `true`.
-
functionwp_img_tag_add_loading_attr()
Adds `loading` attribute to an `img` HTML tag.
-
Filters the `loading` attribute value to add to an image. Default `lazy`.
-
Adds `width` and `height` attributes to an `img` HTML tag.
-
Filters whether to add the missing `width` and `height` HTML attributes to the img tag. Default `true`.
-
Adds `srcset` and `sizes` attributes to an existing `img` HTML tag.
-
functionwp_image_src_get_dimensions()
Determines an image’s width and height dimensions based on the source file.
-
functionwp_lazy_loading_enabled()
Determines whether to add the `loading` attribute to the specified tag in the specified context.
-
Filters whether to add the `loading` attribute to the specified tag in the specified context.
-
functionwp_filter_content_tags()
Filters specific tags in post content and modifies their markup.
-
Determines if the image meta data is for the image source file.
-
Filters whether an image path or URI matches image meta.
-
methodWP_Block_List::key()
-
methodWP_Block_List::next()
-
methodWP_Block_List::valid()
-
methodWP_Block_List::count()
-
Constructor.
-
-
-
-
-
methodWP_Block_List::rewind()
-
methodWP_Block_List::current()
-
classWP_Block_List
Class representing a list of block instances.
-
Filters the archive title prefix.