PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.8.1
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.8.1
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
← All changes | classes/models/FrmUsage.php +3 -4 6.56.8.1 View file →
@@ -17,9 +17,9 @@
17 17 if ( ! $this->tracking_allowed() ) {
18 18 return;
19 19 }
20 20
21 - $ep = 'aHR0cHM6Ly9mcm0tdXNlci10cmFja2luZy5oZXJva3VhcHAuY29tL3NuYXBzaG90';
21 + $ep = 'aHR0cHM6Ly91c2FnZS5mb3JtaWRhYmxlZm9ybXMuY29tL2FwcC9zbmFwc2hvdAo=';
22 22 // $ep = base64_encode( 'http://localhost:4567/snapshot' ); // Uncomment for testing
23 23 $body = json_encode( $this->snapshot() );
24 24
25 25 // Setup variable for wp_remote_request.
@@ -65,9 +65,10 @@
65 65 $form_counts = FrmForm::get_count();
66 66
67 67 $snap = array(
68 68 'uuid' => $this->uuid(),
69 - 'admin_email' => '', // Let's keep it anonymous.
69 + // Let's keep it anonymous.
70 + 'admin_email' => '',
70 71 'wp_version' => $wp_version,
71 72 'php_version' => phpversion(),
72 73 'mysql_version' => $wpdb->db_version(),
73 74 'os' => FrmAppHelper::get_server_os(),
@@ -156,10 +157,8 @@
156 157 /**
157 158 * Include the permissions settings for each capability.
158 159 *
159 160 * @since 3.06.04
160 - *
161 - * @return array
162 161 *
163 162 * @param FrmSettings $settings_list
164 163 * @return array
165 164 */