lisamiltonbayer
8/30/2017 - 1:21 PM

Woocommerce - Show All Products

Woocommerce - Show All Products

// Show All Products (Well...500)
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 500;' ), 20 );