Home › Forums › Pro Support › WPSP Pro 1.0 Beta Testing › Reply To: WPSP Pro 1.0 Beta Testing
April 7, 2019 at 4:48 pm
#8585
Keymaster
Yep! There’s a filter:
add_filter( 'wpsp_carousel_args', function( $args ) {
$args['autoplay'] = true;
return $args;
} );
Let me know if that does the trick 🙂