Aurangajeb

Ignore Lazyload Owl Carousel for WPRocket

Nov 10th, 2021
1,159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. function rocket_lazyload_exclude_class( $attributes ) {
  2.     $attributes[] = 'class="dp_oc_post_thumb';
  3.  
  4.     return $attributes;
  5. }
  6. add_filter( 'rocket_lazyload_excluded_attributes', 'rocket_lazyload_exclude_class' );
Advertisement
Add Comment
Please, Sign In to add comment