Replies: 0
Hi,
I need to complete disable lazyload plugin on certain custom pages, something like:
// DEACTIVATE A3 LAZY LOAD
add_filter( ‘a3_lazy_load_run_filter’, ‘__return_false’ );
I tried: add_filter( ‘data-no-lazyload’, ‘__return_false’ );, but doesnt work.
Any sugestion?
Regards