Skip to content

Instantly share code, notes, and snippets.

Created July 21, 2015 15:40
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