Skip to content

Instantly share code, notes, and snippets.

/file1.php Secret

Created December 20, 2016 04:41
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 anonymous/4dcf094799bba4938473354c1df61316 to your computer and use it in GitHub Desktop.
Save anonymous/4dcf094799bba4938473354c1df61316 to your computer and use it in GitHub Desktop.
foreach( array( 2, 3, 4, 5, 9 ) as $form_id ) {
# Basic Usage
new GW_Submission_Limit( array(
'form_id' => $form_id,
'limit_by' => 'field_value',
'limit' => array(
// "18" is your field ID, "1" is your limit for this field ID
18 => 1
),
'time_period' => 60 * 60 * 24 * 10,
'limit_message' => 'Ati trimis deja o solicitare in ultimele 10 zile.'
) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment