PATH:
home
/
thebhoeo
/
public_html
/
wp-content
/
themes
/
woodmart
/
header-elements
<?php /** * Shortcode for Button element in header builder. * * @package woodmart */ if ( ! empty( $params['link']['blank'] ) ) { $params['link']['target'] = '_blank'; } if ( ! empty( $params['button_smooth_scroll'] ) ) { $params['button_smooth_scroll'] = 'yes'; } if ( ! empty( $params['full_width'] ) ) { $params['full_width'] = 'yes'; } if ( ! empty( $params['button_inline'] ) ) { $params['button_inline'] = 'yes'; } if ( ! empty( $params['image'] ) ) { $params['icon_type'] = 'image'; } if ( isset( $id ) ) { $params['wrapper_class'] = 'whb-' . $id; } $params['generate_css'] = false; echo woodmart_shortcode_button( $params ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
[-] categories.php
[edit]
[-] row.php
[edit]
[-] search.php
[edit]
[-] burger.php
[edit]
[-] info-box.php
[edit]
[-] social.php
[edit]
[-] menu.php
[edit]
[-] space.php
[edit]
[-] mobile-search.php
[edit]
[-] logo.php
[edit]
[-] text.php
[edit]
[-] wishlist.php
[edit]
[-] compare.php
[edit]
[+]
..
[-] column.php
[edit]
[-] cart.php
[edit]
[-] languages.php
[edit]
[-] divider.php
[edit]
[-] sticky-navigation.php
[edit]
[-] main-menu.php
[edit]
[-] html-block.php
[edit]
[-] button.php
[edit]
[-] root.php
[edit]
[-] account.php
[edit]