PluginProbe
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder / 2.15.3
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder v2.15.3
3.3.1 V-3.3.0 3.2.2 3.2.1 3.2.0 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 V3.0.3 V3.0.2 -3.0.1 V_3.0.0 1.1.1 1.1.8 1.2 1.3 1.4 1.4.18 1.5.2 1.9 2.0 2.10.0 2.10.1 All 138 releases
← All changes | includes/Core/Integration/ZohoSign/ZohoSignHandler.php +2 -2 2.10.22.15.3 View file →
@@ -157,9 +157,9 @@
157 157
158 158 $integrationHandler->updateIntegration($integrationID, $zsignDetails[0]->integration_name, 'Zoho Sign', wp_json_encode($newDetails), 'form');
159 159 }
160 160
161 - public function refreshTemplatesAjaxHelper()
161 + public static function refreshTemplatesAjaxHelper()
162 162 {
163 163 if (isset($_REQUEST['_ajax_nonce']) && wp_verify_nonce($_REQUEST['_ajax_nonce'], 'bitforms_save')) {
164 164 $authorizationHeader = null;
165 165 $inputJSON = file_get_contents('php://input');
@@ -219,9 +219,9 @@
219 219 );
220 220 }
221 221 }
222 222
223 - public function refreshTemplateDetailsAjaxHelper()
223 + public static function refreshTemplateDetailsAjaxHelper()
224 224 {
225 225 if (isset($_REQUEST['_ajax_nonce']) && wp_verify_nonce($_REQUEST['_ajax_nonce'], 'bitforms_save')) {
226 226 $authorizationHeader = null;
227 227 $inputJSON = file_get_contents('php://input');