WordPress / wp-lazy-loading

Feature plugin for testing and experimenting with the "loading" HTML attribute.
https://wordpress.org/plugins/wp-lazy-loading/
GNU General Public License v2.0
69 stars 21 forks source link

Update/rename wp_get_lazy_load_tags #7

Closed azaozz closed 4 years ago

azaozz commented 4 years ago

Globally enabling/disabling for all supported tags is still supported with add_filter( 'wp_add_lazy_loading_to', '__return_true' ); or __return_false.