Products Per Page Filter Broken On Update
-
My products per page filter in functions.php:
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 24;' ), 20 );
stopped working after the last Woocommerce update. It is now paginating at 12 per page again. Anyone else having this problem?
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Products Per Page Filter Broken On Update’ is closed to new replies.