HEX
Server: LiteSpeed
System: Linux cluster02.load-balancer.x2.network 4.18.0-553.51.1.lve.1.el8.x86_64 #1 SMP Wed May 14 14:34:57 UTC 2025 x86_64
User: kbdhpghp (1098)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /home/kbdhpghp/damusica.casa/wp-content/themes/hello-elementor/footer.php
<?php
/**
 * The template for displaying the footer.
 *
 * Contains the body & html closing tags.
 *
 * @package HelloElementor
 */
if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'footer' ) ) {
	if ( hello_elementor_display_header_footer() ) {
		if ( did_action( 'elementor/loaded' ) && hello_header_footer_experiment_active() ) {
			get_template_part( 'template-parts/dynamic-footer' );
		} else {
			get_template_part( 'template-parts/footer' );
		}
	}
}
?>

<?php wp_footer(); ?>

</body>
</html>
<?php
# As linhas abaixo foram adicionadas pelo sistema de otimização automatizada X2 Network Enterprise Hosting
# Em caso de dúvidas, entre em contato via support@x2.network
?>
<!---
██╗  ██╗██████╗    ███╗   ██╗███████╗████████╗██╗    ██╗ ██████╗ ██████╗ ██╗  ██╗
╚██╗██╔╝╚════██╗   ████╗  ██║██╔════╝╚══██╔══╝██║    ██║██╔═══██╗██╔══██╗██║ ██╔╝
 ╚███╔╝  █████╔╝   ██╔██╗ ██║█████╗     ██║   ██║ █╗ ██║██║   ██║██████╔╝█████╔╝
 ██╔██╗ ██╔═══╝    ██║╚██╗██║██╔══╝     ██║   ██║███╗██║██║   ██║██╔══██╗██╔═██╗
██╔╝ ██╗███████╗██╗██║ ╚████║███████╗   ██║   ╚███╔███╔╝╚██████╔╝██║  ██║██║  ██╗
╚═╝  ╚═╝╚══════╝╚═╝╚═╝  ╚═══╝╚══════╝   ╚═╝    ╚══╝╚══╝  ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝
                                                    Enterprise Hosting
Data: <?php echo date('d-m-y'); ?> / Time: <?php echo date('H:i:s'); ?>

Cluster: <?php echo $_SERVER['HTTP_X2N_BACKEND_HINT']; ?>

Consumo de memória: <?php echo round(memory_get_usage(true) / 1024 / 1024, 2); ?> MB
Diagnósticos de Cache: <?php echo md5(rand()); ?> (<?php
    if (function_exists('opcache_get_status')) {
        $status = opcache_get_status();
        echo 'Cached: ' . round($status['memory_usage']['used_memory'] / 1024 / 1024, 2) . ' MB / Free: ' .
             round($status['memory_usage']['free_memory'] / 1024 / 1024, 2) . ' MB)';
    } else {
        echo 'Não disponível - por favor contacte nosso suporte.';
    }
?>

Scripts em Cache: <?php
    if (function_exists('opcache_get_status')) {
        $status = opcache_get_status();
        echo $status['opcache_statistics']['num_cached_scripts'];
    } else {
        echo 'N/A';
    }
?>

Taxa de Acerto do Cache: <?php
if (function_exists('opcache_get_status')) {
    $status = opcache_get_status();
    $hit_rate = $status['opcache_statistics']['opcache_hit_rate'];
    echo number_format($hit_rate, 2) . '%';
} else {
    echo 'Indisponível';
}
?>

--->