PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.17
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.17
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/FrmFieldSubmit.php +0 -3 6.266.17 View file →
@@ -2,9 +2,8 @@
2 2 /**
3 3 * Submit field class
4 4 *
5 5 * @since 6.9
6 - *
7 6 * @package Formidable
8 7 */
9 8
10 9 if ( ! defined( 'ABSPATH' ) ) {
@@ -91,14 +90,12 @@
91 90 * Gets frontend field input.
92 91 *
93 92 * @param array $args Args.
94 93 * @param array $shortcode_atts Shortcode atts.
95 - *
96 94 * @return string
97 95 */
98 96 public function front_field_input( $args, $shortcode_atts ) {
99 97 $form = $args['form'];
100 -
101 98 if ( ! FrmForm::show_submit( $form ) ) {
102 99 return '';
103 100 }
104 101