PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.0
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.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/helpers/FrmTipsHelper.php +0 -27 6.36.0 View file →
@@ -4,14 +4,8 @@
4 4 }
5 5
6 6 class FrmTipsHelper {
7 7
8 - /**
9 - * @param string $callback
10 - * @param string $html
11 - *
12 - * @return void
13 - */
14 8 public static function pro_tip( $callback, $html = '' ) {
15 9 if ( FrmAppHelper::pro_is_installed() ) {
16 10 return;
17 11 }
@@ -35,11 +29,8 @@
35 29 * be used. Otherwise, `https://formidableforms.com/{$page}` will be used.
36 30 * @type string $tip Tip text.
37 31 * @type string $call Call to action text.
38 32 * }
39 - * @param string $html
40 - *
41 - * @return void
42 33 */
43 34 public static function show_tip( $tip, $html = '' ) {
44 35 if ( ! isset( $tip['page'] ) ) {
45 36 $tip['page'] = '';
@@ -76,11 +67,8 @@
76 67 echo '</p>';
77 68 }
78 69 }
79 70
80 - /**
81 - * @return array
82 - */
83 71 public static function get_builder_tip() {
84 72 $tips = array(
85 73 array(
86 74 'link' => array(
@@ -134,11 +122,8 @@
134 122
135 123 return $tips;
136 124 }
137 125
138 - /**
139 - * @return array
140 - */
141 126 public static function get_form_settings_tip() {
142 127 $tips = array(
143 128 array(
144 129 'link' => array(
@@ -168,11 +153,8 @@
168 153
169 154 return $tips;
170 155 }
171 156
172 - /**
173 - * @return array
174 - */
175 157 public static function get_form_action_tip() {
176 158 $tips = array(
177 159 array(
178 160 'link' => array(
@@ -300,11 +282,8 @@
300 282
301 283 return $tips;
302 284 }
303 285
304 - /**
305 - * @return array
306 - */
307 286 public static function get_entries_tip() {
308 287 $tips = array(
309 288 array(
310 289 'link' => array(
@@ -335,11 +314,8 @@
335 314
336 315 return $tips;
337 316 }
338 317
339 - /**
340 - * @return array
341 - */
342 318 public static function get_import_tip() {
343 319 $tips = array(
344 320 array(
345 321 'link' => array(
@@ -353,11 +329,8 @@
353 329
354 330 return $tips;
355 331 }
356 332
357 - /**
358 - * @return array
359 - */
360 333 public static function get_banner_tip() {
361 334 $tips = array(
362 335 array(
363 336 'link' => array(