ACF Support
-
For it to work with ACF wysiwygs and basic contwent types it just needs this line added to the
class-a3-lazy-load.php file:
if ( $a3_lazy_load_global_settings[‘a3l_apply_image_to_content’] == true ) {
add_filter( ‘acf_the_content’, array( $this, ‘filter_content_images’ ), 10 );
}Please do this upgrade so we ACF heavey users can all benefit with this!
(Also add it for iframes and videos?)
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘ACF Support’ is closed to new replies.