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-cache-buster.php
1 parent cc84454 commit 36cc23dCopy full SHA for 36cc23d
gravity-forms/gw-cache-buster.php
@@ -9,7 +9,7 @@
9
* Plugin URI: https://gravitywiz.com/cache-busting-with-gravity-forms/
10
* Description: Bypass your website cache when loading a Gravity Forms form.
11
* Author: Gravity Wiz
12
- * Version: 0.6.2
+ * Version: 0.6.3
13
* Author URI: https://gravitywiz.com
14
*/
15
class GW_Cache_Buster {
@@ -112,7 +112,7 @@ public function form_filter( $markup, $form ) {
112
$form_args = rgar( $this->_form_args, $form['id'] );
113
$atts = array(
114
'id' => $form['id'],
115
- 'cachebuster' => true,
+ 'cachebuster' => rgar( $form_args, 'cachebuster' ),
116
'title' => $form_args['display_title'],
117
'description' => $form_args['display_description'],
118
'field_values' => $form_args['field_values'],
0 commit comments