PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.19
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.19
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/fields/FrmFieldPhone.php +0 -6 6.286.19 View file →
@@ -9,9 +9,8 @@
9 9 class FrmFieldPhone extends FrmFieldType {
10 10
11 11 /**
12 12 * @var string
13 - *
14 13 * @since 3.0
15 14 */
16 15 protected $type = 'phone';
17 16
@@ -16,9 +15,8 @@
16 15 protected $type = 'phone';
17 16
18 17 /**
19 18 * @var bool
20 - *
21 19 * @since 3.0
22 20 */
23 21 protected $holds_email_values = true;
24 22
@@ -61,9 +59,8 @@
61 59 *
62 60 * @return void Outputs the HTML option tag directly.
63 61 */
64 62 protected function print_international_option() {
65 - // phpcs:disable Generic.WhiteSpace.ScopeIndent
66 63 ?>
67 64 <option
68 65 value=""
69 66 class="frm_show_upgrade frm_noallow"
@@ -72,9 +69,8 @@
72 69 >
73 70 <?php esc_html_e( 'International', 'formidable' ); ?>
74 71 </option>
75 72 <?php
76 - // phpcs:enable Generic.WhiteSpace.ScopeIndent
77 73 }
78 74
79 75 /**
80 76 * @return string
@@ -84,10 +80,8 @@
84 80 }
85 81
86 82 /**
87 83 * @since 4.0.04
88 - *
89 - * @param array|string $value
90 84 *
91 85 * @return void
92 86 */
93 87 public function sanitize_value( &$value ) {