$args['builder'], 'data-section-id' => $section_id, ); $button_icon = BaseButton::get_icon( $settings['icon'] ); $extra_class = ''; $button_class = ''; $inherit_theme = $settings['inherit_theme'] ?? true; if ( 'outline' === $settings['type'] && $inherit_theme ) { $extra_class .= 'is-style-outline is-style-outline--1 wp-block-button'; $button_class = 'wp-element-button wp-block-button__link'; } if ( 'fill' === $settings['type'] && $inherit_theme ) { $button_class = 'wp-element-button'; } if ( ! $inherit_theme ) { $extra_class .= 'brandy-custom-button'; } ?>
>
" data-type=""> $settings['link_new_tab'] ? '_blank' : '_self', 'href' => esc_url( StringVariablesService::replace_variables( $settings['link'] ) ), ); ?> >
$section_id, ) ); } ?>