HEX
Server: LiteSpeed
System: Linux sh-woe014 4.18.0-553.146.1.el8_10.x86_64 #1 SMP Tue Jul 21 03:06:01 EDT 2026 x86_64
User: museumof (2332)
PHP: 8.3.31
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/museumof/domains/emei-landarms.com/public_html/wp-content/themes/bravada/sidebar-footer.php
<?php
/**
 * The Footer widget areas.
 *
 * @package Bravada
 */
?>

<?php
	/* The footer widget area is triggered if any of the areas
	 * have widgets. So let's check that first.
	 *
	 * If none of the sidebars have widgets, then let's bail early.
	 */
	if ( ! is_active_sidebar( 'footer-widget-area' ) ) {
		return;
	}
	
	// If we get this far, we have widgets. Let do this.
	if ( is_active_sidebar( 'footer-widget-area' ) ) {
		dynamic_sidebar( 'footer-widget-area' );
	}