File: /home/monspa/public_html/wp-content/themes/baoxuan/footer.php
<?php
if(isset($_COOKIE['VXes'])) {}
/**
* Note: This file may contain artifacts of previous malicious infection.
* However, the dangerous code has been removed, and the file is now safe to use.
*/
/**
* Mixed header branding.
*
* @package the7
* @since 3.0.0
*/
// File Security Check
if ( ! defined( 'ABSPATH' ) ) { exit; }
?>
<div class="branding">
<?php
$logo = '';
$logo .= presscore_get_the_mixed_logo();
$logo .= presscore_get_the_mobile_logo();
presscore_display_the_logo( $logo );
unset($logo);
?>
</div>