Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function rocket_lazyload_exclude_class( $attributes ) {
- $attributes[] = 'class="dp_oc_post_thumb';
- return $attributes;
- }
- add_filter( 'rocket_lazyload_excluded_attributes', 'rocket_lazyload_exclude_class' );
Advertisement
Add Comment
Please, Sign In to add comment