PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.13
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.13
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/FrmFieldCreditCard.php +0 -6 6.266.13 View file →
@@ -10,9 +10,8 @@
10 10 class FrmFieldCreditCard extends FrmFieldType {
11 11
12 12 /**
13 13 * @var string
14 - *
15 14 * @since 3.0
16 15 */
17 16 protected $type = 'credit_card';
18 17
@@ -17,16 +16,12 @@
17 16 protected $type = 'credit_card';
18 17
19 18 /**
20 19 * @var bool
21 - *
22 20 * @since 3.0
23 21 */
24 22 protected $has_for_label = false;
25 23
26 - /**
27 - * @return array
28 - */
29 24 protected function field_settings_for_type() {
30 25 $settings = array(
31 26 'clear_on_focus' => false,
32 27 'description' => false,
@@ -42,9 +37,8 @@
42 37
43 38 /**
44 39 * @param array $args
45 40 * @param array $shortcode_atts
46 - *
47 41 * @return string
48 42 */
49 43 public function front_field_input( $args, $shortcode_atts ) {
50 44 $pass_args = array(