' . wp_kses_post( $attributes['badge_content'] ) . ' '; } $icon = null; if ( !empty( $attributes['include_icon'] ) && !empty( $attributes['icon'] ) && !empty( $attributes['icon_size'] ) ) { $icon_margin = !empty( $attributes['icon_position'] ) && $attributes['icon_position'] == 'prepend' ? 'me-3' : 'ms-3'; $icon_size = !empty( $attributes['icon_size'] ) ? esc_attr( $attributes['icon_size'] ) : '24'; $icon = ' '; } $button_open = ' <' . esc_attr( $attributes['type'] ) . ' ' . areoi_return_id( $attributes ) . ' class="' . areoi_format_block_id( $attributes['block_id'] ) . ' ' . $class . '" '; if ( !empty( $attributes['url'] ) ) { $button_open .= ' href="' . esc_url( $attributes['url'] ) . '"'; } if ( !empty( $attributes['url_title'] ) ) { $button_open .= ' title="' . esc_attr( $attributes['url_title'] ) . '"'; } if ( !empty( $attributes['rel'] ) ) { $button_open .= ' rel="' . esc_attr( $attributes['rel'] ) . '"'; } if ( !empty( $attributes['linkTarget'] ) ) { $button_open .= ' target="' . esc_attr( $attributes['linkTarget'] ) . '"'; } if ( !empty( $attributes['dropdown'] ) ) { $button_open .= ' data-bs-toggle="dropdown"'; $button_open .= ' data-bs-auto-close="' . esc_attr( $attributes['dropdown_auto_close'] ) . '"'; } if ( !empty( $attributes['url'] ) && !empty( $attributes['link_to_modal'] ) && !areoi2_get_option( 'areoi-dashboard-global-bootstrap-js', 1 ) ) { $button_open .= ' data-bs-toggle="modal"'; $button_open .= ' data-bs-target="' . esc_url( $attributes['url'] ) . '"'; } $button_open .= ' ' . $tooltip . '>'; $output = ''; if ( !empty( $attributes['dropdown'] ) ) { $output .= '