Skip to content

Instantly share code, notes, and snippets.

Created July 21, 2015 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/de9c1b5957da659d80dd to your computer and use it in GitHub Desktop.
Save anonymous/de9c1b5957da659d80dd to your computer and use it in GitHub Desktop.
woocommerce_quantity_input( array(
'input_name' => 'quantity_' . $ticket->ID,
'input_value' => 0,
'min_value' => 0,
'max_value' => $max_quantity,
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment