@package: Media
-
Filters the ‘wp_image_src_get_dimensions’ value.
-
functionis_gd_image()
Determines whether the value is an acceptable type for GD image functions.
-
Filters the HTML img element representing an image attachment.
-
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`.
-
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.
-
function_wp_add_additional_image_sizes()
Adds additional default image sub-sizes.
-
Filters whether to proceed with making an image sub-size with identical dimensions with the original/source image. Differences of 1px may be due to rounding and are ignored.
-
Returns a normalized list of all currently registered image sub-sizes.
-
Registers the personal data exporter for media.
-
Finds and exports attachments associated with an email address.
-
Allows showing or hiding the “Create Audio Playlist” button in the media library.
-
Allows showing or hiding the “Create Video Playlist” button in the media library.
-
Allows overriding the list of months displayed in the media library.
-
functionwp_get_additional_image_sizes()
Retrieves additional image sizes.
-
functionwp_image_matches_ratio()
Helper function to test if aspect ratios for two images match.
-
Pre-filters the image meta to be able to fix inconsistencies in the stored data.
-
Gets the attachment path relative to the upload directory.
-
functionwp_image_add_srcset_and_sizes()
Adds ‘srcset’ and ‘sizes’ attributes to an existing ‘img’ element.
-
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.