Guest User

Untitled

a guest
Nov 24th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. if ( ! function_exists( 'tm_customize_get_products_carousel_carousel_args' ) ) {
  2. function tm_customize_get_products_carousel_carousel_args( $carousel_args ) {
  3. $carousel_args['infinite'] = true;
  4. $carousel_args['autoplay'] = true;
  5. $carousel_args['autoplaySpeed'] = 3000;
  6.  
  7. return $carousel_args;
  8. }
  9. }
  10. add_filter( 'techmarket_get_products_carousel_carousel_args', 'tm_customize_get_products_carousel_carousel_args' );
Add Comment
Please, Sign In to add comment