WordPress/wp-includes/widgets
Felix Arntz 8964275967 Media: Rely on wp_get_loading_optimization_attributes() to add decoding="async" to images.
The `wp_get_loading_optimization_attributes()` function was introduced in 6.3, as a single centralized place to control loading optimization attributes for various tags, most importantly images.

This changeset consolidates the `decoding="async"` optimization, which was added in 6.1, to occur solely as part of `wp_get_loading_optimization_attributes()`, removing duplicate code and allowing centralized filtering based on [56651].

As part of the change, the `wp_img_tag_add_decoding_attr()` function has been deprecated. The filter of the same name continues to be maintained for backward compatibility, as before covering only images that are part of a content blob such as post content (`the_content`).

Props pereirinha, mukesh27, joemcgill, flixos90.
Fixes #58892.
See #53232.

Built from https://develop.svn.wordpress.org/trunk@56690


git-svn-id: http://core.svn.wordpress.org/trunk@56202 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-09-25 22:38:17 +00:00
..
class-wp-nav-menu-widget.php
class-wp-widget-archives.php Script Loader: Use wp_get_script_tag() and wp_get_inline_script_tag()/wp_print_inline_script_tag() helper functions to output scripts on the frontend and login screen. 2023-09-25 21:05:21 +00:00
class-wp-widget-block.php
class-wp-widget-calendar.php Coding Standards: Use pre-increment/decrement for stand-alone statements. 2023-09-09 09:28:26 +00:00
class-wp-widget-categories.php Script Loader: Use wp_get_script_tag() and wp_get_inline_script_tag()/wp_print_inline_script_tag() helper functions to output scripts on the frontend and login screen. 2023-09-25 21:05:21 +00:00
class-wp-widget-custom-html.php Docs: Replace multiple single line comments with multi-line comments. 2023-07-10 23:21:22 +00:00
class-wp-widget-links.php
class-wp-widget-media-audio.php Administration: Increase wp_admin_notice() usage in /wp-includes/. 2023-09-16 21:49:27 +00:00
class-wp-widget-media-gallery.php Widgets: Improve performance of has_content method in WP_Widget_Media_Gallery class. 2023-09-04 16:33:17 +00:00
class-wp-widget-media-image.php Media: Rely on wp_get_loading_optimization_attributes() to add decoding="async" to images. 2023-09-25 22:38:17 +00:00
class-wp-widget-media-video.php Administration: Increase wp_admin_notice() usage in /wp-includes/. 2023-09-16 21:49:27 +00:00
class-wp-widget-media.php Coding Standards: Use pre-increment/decrement for stand-alone statements. 2023-09-09 09:28:26 +00:00
class-wp-widget-meta.php
class-wp-widget-pages.php Coding Standards: Remove superfluous blank lines at the end of various classes. 2023-09-08 09:32:23 +00:00
class-wp-widget-recent-comments.php
class-wp-widget-recent-posts.php
class-wp-widget-rss.php
class-wp-widget-search.php Coding Standards: Remove superfluous blank lines at the end of various classes. 2023-09-08 09:32:23 +00:00
class-wp-widget-tag-cloud.php
class-wp-widget-text.php Administration: Increase wp_admin_notice() usage in /wp-includes/. 2023-09-16 21:49:27 +00:00