Display 12 Products Per PageWPEDUJanuary 4, 2024 add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 12;' ), 20 );