We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gw-disable-expired-forms.php
1 parent be13e15 commit fa37967Copy full SHA for fa37967
gravity-forms/gw-disable-expired-forms.php
@@ -9,7 +9,7 @@
9
$threshold = 1;
10
11
$forms = GFAPI::get_forms();
12
- foreach( $forms as $form ) {
+ foreach ( $forms as $form ) {
13
$schedule_end = rgar( $form, 'scheduleEnd' );
14
if ( ! $schedule_end ) {
15
continue;
0 commit comments