| @@ -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 | |