X7ROOT File Manager
Current Path:
/home/notabjze/hourglass.life/wp-content/themes/smart-mag/partials/header
home
/
notabjze
/
hourglass.life
/
wp-content
/
themes
/
smart-mag
/
partials
/
header
/
ðŸ“
..
📄
auth.php
(1.02 KB)
📄
button.php
(620 B)
📄
cart.php
(227 B)
📄
date.php
(265 B)
📄
hamburger.php
(360 B)
📄
header.php
(2.14 KB)
📄
logo.php
(1.44 KB)
ðŸ“
mega-menu
📄
nav-menu.php
(1.04 KB)
📄
off-canvas-menu.php
(1.82 KB)
📄
scheme-switch.php
(572 B)
📄
search.php
(1023 B)
📄
social-icons.php
(352 B)
📄
text.php
(403 B)
📄
ticker.php
(1.02 KB)
Editing: button.php
<?php /** * Partial: Header Social Icons. */ $props = array_replace([ 'style' => 'alt', 'text' => '', 'link' => '', 'class' => '', 'target' => '', ], $props); if (!$props['text']) { $props['text'] = 'Button'; } $classes = [ 'ts-button', 'ts-button-' . $props['style'], $props['class'] ? $props['class'] : '' ]; $attribs = [ 'href' => esc_url($props['link']), 'class' => $classes ]; if ($props['target']) { $attribs['target'] = '_blank'; $attribs['rel'] = 'noopener'; } ?> <a <?php Bunyad::markup()->attribs('header-button', $attribs); ?>> <?php echo wp_kses_post($props['text']); ?> </a>
Upload File
Create Folder