wpgenie

Show max tickets per user value

Nov 11th, 2020
1,511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <?php
  2.  
  3. // Show max tickets per user value
  4. // copy template lottery-info.php to child_theme\woocommerce\single-product\lottery-info.php and add line below anywhere in template
  5. ?>
  6.  
  7. Max tickets per user: <?php echo $product->get_max_tickets_per_user(); ?>
Advertisement
Add Comment
Please, Sign In to add comment