Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Custom number of instant winners per page in instant winners TAB
- */
- add_filter( 'woocommerce_lottery_instant_winners_per_page', 'woocommerce_lottery_instant_winners_per_page_custom', 100 );
- function woocommerce_lottery_instant_winners_per_page_custom() {
- return 30;
- }
Advertisement
Add Comment
Please, Sign In to add comment