_nicename = __( 'Submit', 'ninja-forms' ); $this->_settings[ 'label' ][ 'width' ] = 'full'; add_filter( 'nf_sub_hidden_field_types', array( $this, 'hide_field_type' ) ); } function hide_field_type( $field_types ) { $field_types[] = $this->_name; return $field_types; } }