diff --git a/gravity-forms/gw-cache-buster.php b/gravity-forms/gw-cache-buster.php index 76a96d36..8ea55210 100644 --- a/gravity-forms/gw-cache-buster.php +++ b/gravity-forms/gw-cache-buster.php @@ -262,15 +262,18 @@ public function get_cachebuster_markup( $markup, $atts, $content ) { // We probably don't need this since everything else should already be loaded by this point but since // GF is using it as their standard for triggering the `gform_post_render` event, I figured we should follow suit. gform.initializeOnLoaded( function() { - // Form has been rendered. Trigger post render to initialize scripts. + // Form has been rendered. Trigger post render to initialize scripts if form is not restricted (expired). } ); } );