Total Docs
Docs
Icons
Snippets
Changelog
Extensions
Newsletter
Videos
Get Theme
Menu
Search
Snippets: Use Lightbox For WooCommerce Products Instead of Slider
This snippet was last updated on
March 28, 2017
add_filter( 'wpex_woo_product_slider', '__return_false' );
All PHP snippets should be added via a
child theme's functions.php
file.