pixedelic

loop_shop_per_page

Nov 6th, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2. add_filter( 'loop_shop_per_page', 'jorge_custom_woo_ppp', 20 );
  3. function jorge_custom_woo_ppp($cols){
  4.     return '24';
  5. }
Advertisement
Add Comment
Please, Sign In to add comment