get_settings_for_display(); $button_type = isset( $settings['button_type'] ) ? $settings['button_type'] : 'text'; $this->add_render_attribute( 'button', 'class', 'jet-dropbar__button' ); if ( isset( $settings['button_hover_animation'] ) && $settings['button_hover_animation'] ) { $this->add_render_attribute( 'button', 'class', 'elementor-animation-' . esc_attr( $settings['button_hover_animation'] ) ); } ?>