Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greenhornet79/e71dbe76d298a2a47d00 to your computer and use it in GitHub Desktop.
Save greenhornet79/e71dbe76d298a2a47d00 to your computer and use it in GitHub Desktop.
<?php
add_filter( 'gform_field_value_default_quantity', 'endo_set_default_quantity' );
function endo_set_default_quantity() {
return 1; // change this number to whatever you want the default quantity to be
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment