| @@ -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 | */ |