includes/acf/fields/email.php 1 location
|
@@ 79-84 (lines=6) @@
|
76 |
|
|
77 |
|
|
78 |
|
// append |
79 |
|
if( $field['append'] !== "" ) { |
80 |
|
|
81 |
|
$field['class'] .= ' acf-is-appended'; |
82 |
|
$e .= '<div class="acf-input-append">' . $field['append'] . '</div>'; |
83 |
|
|
84 |
|
} |
85 |
|
|
86 |
|
|
87 |
|
// populate atts |
includes/acf/fields/number.php 1 location
|
@@ 92-97 (lines=6) @@
|
89 |
|
|
90 |
|
|
91 |
|
// append |
92 |
|
if( $field['append'] !== "" ) { |
93 |
|
|
94 |
|
$field['class'] .= ' acf-is-appended'; |
95 |
|
$e .= '<div class="acf-input-append">' . $field['append'] . '</div>'; |
96 |
|
|
97 |
|
} |
98 |
|
|
99 |
|
|
100 |
|
// populate atts |
includes/acf/fields/password.php 1 location
|
@@ 80-85 (lines=6) @@
|
77 |
|
|
78 |
|
|
79 |
|
// append |
80 |
|
if( $field['append'] !== "" ) { |
81 |
|
|
82 |
|
$field['class'] .= ' acf-is-appended'; |
83 |
|
$e .= '<div class="acf-input-append">' . $field['append'] . '</div>'; |
84 |
|
|
85 |
|
} |
86 |
|
|
87 |
|
|
88 |
|
// populate atts |
includes/acf/fields/text.php 1 location
|
@@ 91-96 (lines=6) @@
|
88 |
|
|
89 |
|
|
90 |
|
// append |
91 |
|
if( $field['append'] !== "" ) { |
92 |
|
|
93 |
|
$field['class'] .= ' acf-is-appended'; |
94 |
|
$e .= '<div class="acf-input-append">' . $field['append'] . '</div>'; |
95 |
|
|
96 |
|
} |
97 |
|
|
98 |
|
|
99 |
|
// populate atts |