Uses
Uses | Description |
---|---|
wp-includes/media.php: wp_lazy_loading_enabled() | Determine whether to add the |
wp-includes/media.php: wp_calculate_image_srcset() | A helper function to calculate the image sources to include in a ‘srcset’ attribute. |
wp-includes/media.php: wp_calculate_image_sizes() | Creates a ‘sizes’ attribute value for an image. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/media.php: wp_get_attachment_image_src() | Retrieves an image to represent an attachment. |
wp-includes/media.php: wp_get_attachment_image_attributes | Filters the list of attachment image attributes. |
wp-includes/media.php: image_hwstring() | Retrieve width and height attributes using given width and height values. |
wp-includes/post.php: wp_get_attachment_metadata() | Retrieves attachment metadata for attachment ID. |
wp-includes/post.php: get_post_meta() | Retrieves a post meta field for the given post ID. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |