GhostManSec
Server: LiteSpeed
System: Linux premium197.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/parhudrw/venice-restaurants.anqa.it/wp-content/themes/blogxer/footer.php
<?php
/**
 * @author  RadiusTheme
 * @since   1.0
 * @version 1.0
 */

?>
</div><!--#content-->
<!-- ad start -->
<?php
	$all_ad_setting = get_post_meta( get_the_ID(), 'blogxer_ad_settings', true );
	$is_ad_active5 = ( empty( $all_ad_setting['blogxer_footer_ad'] ) || $all_ad_setting['blogxer_footer_ad'] == 'default' ) ? 'on' : 'off';
	if ( $is_ad_active5 == 'on' ) {
		do_action( 'blogxer_before_footer' );
	}		
?>
<!-- ad end -->
<footer>
	<div id="footer-<?php echo esc_attr( BlogxerTheme::$footer_style ); ?>" class="footer-area">
		<?php
			get_template_part( 'template-parts/footer/footer', BlogxerTheme::$footer_style );
		?>
	</div>
</footer>
</div>
<?php wp_footer();?>
</body>
</html>