HEX
Server: Apache
System: Linux webd003.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/slyfwmm/dallavitae/OLD_WP/wp-content/themes/skrollex/partials/header-logo.php
<?php do_action( 'layers_before_logo' ); ?>
<div class="logo">
    <?php do_action( 'layers_before_logo_inner' ); ?>

    <?php 
	/**
     * Display Site Logo
     */
	if(get_theme_mod( 'custom_logo' )){
		if ( function_exists( 'the_custom_logo' ) ) {
			the_custom_logo();
		} elseif( function_exists( 'jetpack_the_site_logo' ) ) {
			jetpack_the_site_logo();
		}
	}
	?>

    <?php if('blank' != get_theme_mod('header_textcolor') ) { ?>
        <div class="site-description">
            <h3 class="sitename sitetitle"><a href="#home"><?php Skrollex_Helper::e_rich(get_bloginfo('title')); ?></a></h3>
        </div>
    <?php } ?>

    <?php do_action( 'layers_after_logo_inner' ); ?>
</div>
<?php do_action( 'layers_after_logo' ); ?>