HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/shootinschool/wp-content/themes/shootinschool/partials/header/top-bar-tickets.php
<?php
$icon = get_theme_mod("top_bar_ticket_icon");
$text_one = get_theme_mod("top_bar_ticket_text_first");
$text_two = get_theme_mod("top_bar_ticket_text_second");
?>

<div class="stm-head-ticket">
    <img class="stm-ticket-icon" src="<?php echo esc_html($icon); ?>" />
    <ul>
        <li><span class="stm-ticket-text"><?php echo wp_kses($text_one, array('a' => array( 'href' => array(), 'title' => array() ))) ; ?></span></li>
        <li><span class="stm-divider"></span></li>
        <li><span class="stm-ticket-text"><?php echo wp_kses($text_two, array('a' => array( 'href' => array(), 'title' => array() ))); ?></span></li>
    </ul>
</div>