apply_filters( ‘wp_img_tag_add_auto_sizes’, boolean $enabled )

In this article

Filters whether auto-sizes for lazy loaded images is enabled.

Parameters

$enabledboolean
Whether auto-sizes for lazy loaded images is enabled.

Source

if ( ! apply_filters( 'wp_img_tag_add_auto_sizes', true ) ) {

Changelog

VersionDescription
6.7.1Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.