Lazy loading with A3
-
Hi,
I’m trying to get lazy loading working but having no luck, does this look correct?function crp_lazy_load( $output, $args ) { return apply_filters( 'a3_lazy_load_html', $output ); } add_filter( 'get_crp', 'crp_lazy_load', 10, 2);
Thanks!
https://www.ads-software.com/plugins/contextual-related-posts/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Lazy loading with A3’ is closed to new replies.