We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wp_filter_content_tags()
1 parent c230d7a commit 3e1083aCopy full SHA for 3e1083a
src/wp-includes/media.php
@@ -1705,9 +1705,10 @@ function wp_lazy_loading_enabled( $tag_name, $context ) {
1705
}
1706
1707
/**
1708
- * Filters specific tags in post content and modifies their markup.
1709
- *
1710
- * This function adds `srcset`, `sizes`, and `loading` attributes to `img` HTML tags.
+ * Modifies specific HTML tags in post content to include new browser and HTML technologies
+ * that may not have existed at the time of post creation. These modifications currently include
+ * adding `srcset`, `sizes`, and `loading` attributes to `img` HTML tags. Future similar
1711
+ * optimizations should be added/expected here.
1712
*
1713
* @since 5.5.0
1714
0 commit comments