Exclude lazy loading from a single html page
-
Hi,
I need to deactivate lazyloading from a HTML template generated by wordpress for html newsletters…. right now im using this:
// DEACTIVATE Autoptimize
add_filter(‘autoptimize_filter_noptimize’,’__return_true’);Is there some similar function to deactivate lazyloading? something like:
// DEACTIVATE A3 LAZY LOAD
add_filter( ‘a3_lazy_load_run_filter’, ‘__return_false’ );
// DEACTIVATE WP-ROCKET LAZY LOAD
add_filter( ‘do_rocket_lazyload’, ‘__return_false’ );Regards
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘Exclude lazy loading from a single html page’ is closed to new replies.