芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/jet-elements/templates/jet-dropbar/global/button.php
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'] ) ); } ?>
print_render_attribute_string( 'button' ); ?>>_icon( 'button_before_icon', '
%s
' ); if ( 'text' === $button_type ) { $this->_html( 'button_text', '
%s
' ); } else { echo $this->_button_image_item(); // phpcs:ignore } $this->_icon( 'button_after_icon', '
%s
' ); ?>