HEX
Server: LiteSpeed
System: Linux s166.bitcommand.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: h340499 (1922)
PHP: 8.2.16
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/h340499/public_html/wp-content/plugins/thim-core/templates/cookie-revisit.php
<?php $mobile_popup = '';
    if( $args['options']['enable_mobile_popup'] !== 'on') {
        $mobile_popup = 'mobile-hide-modal';
    }
    if ( get_theme_mod( 'navbar_mobile_show', false ) ) {
        $mobile_popup .= ' high-bottom';
    }
?>

<button class="thimcookie-btn-revisit <?php echo esc_attr($mobile_popup);?>"
    title="<?php echo esc_attr('Consent Preferences','thim-core');?>" 
    onclick="thimCustomise()"
>
    <svg xmlns="http://www.w3.org/2000/svg" width="26" height="27" fill="none" stroke="#50575E" stroke-width="1.5" viewBox="0 0 24 24">
        <path d="M12 2a10 10 0 0 0-1 19.95 10 10 0 0 0 9-14.82A2.5 2.5 0 0 1 15.5 5a2.5 2.5 0 0 1-2.45-3A10 10 0 0 0 12 2Z"/>
        <circle cx="10.5" cy="9" r="1.5"/>
        <circle cx="15.5" cy="13" r="1.5"/>
        <circle cx="7.5" cy="16" r="1.5"/>
    </svg>
</button>