HEX
Server: Apache
System: Linux webd006.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: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/lacalita/wp-content/themes/rey/template-parts/footer/navigation.php
<?php
/**
 * Footer Navigation
 */ ?>

<?php if ( has_nav_menu( 'footer-menu' ) ) : ?>
	<nav id="footer-navigation" class="rey-footerNav" aria-label="<?php esc_attr_e( 'Footer Menu', 'rey' ); ?>">
		<?php
		wp_nav_menu([
			'theme_location' => 'footer-menu',
			'menu_class'     => 'rey-footerMenu',
			'container'      => '',
			'depth'          => '1',
			'items_wrap'     => '<ul id="%1$s" class="%2$s">%3$s</ul>',
		]);
		?>
	</nav><!-- .rey-footerNav -->
<?php else : ?>
	<?php if( current_user_can('administrator') ): ?>
	<p>
		<?php echo sprintf( wp_kses( __('You have to create a menu then select Primary Menu location using&nbsp;<a href="%s">Menu Builder</a>', 'rey'), ['a' => ['href' => []]] ), esc_url(admin_url('nav-menus.php')) ) ?>
	</p>
	<?php endif; ?>
<?php endif; ?>