PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 5.0
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v5.0
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/controllers/FrmUsageController.php +0 -4 6.35.0 View file →
@@ -12,10 +12,8 @@
12 12 /**
13 13 * Randomize the first send to prevent our servers from crashing.
14 14 *
15 15 * @since 3.06.04
16 - *
17 - * @return void
18 16 */
19 17 public static function schedule_send() {
20 18 if ( wp_next_scheduled( 'formidable_send_usage' ) ) {
21 19 return;
@@ -48,10 +46,8 @@
48 46 }
49 47
50 48 /**
51 49 * @since 3.06.04
52 - *
53 - * @return void
54 50 */
55 51 public static function send_snapshot() {
56 52 $usage = new FrmUsage();
57 53 $usage->send_snapshot();