HEX
Server: LiteSpeed
System: Linux altar40.supremepanel40.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: sescorpcl (4477)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: /home/sescorpcl/public_html/wp-content/themes/primer/templates/parts/footer-navigation.php
<?php
/**
 * Displays the footer navigation.
 *
 * @package Primer
 * @since   1.0.0
 */

?>

<nav class="footer-menu">

	<?php

	wp_nav_menu(
		array(
			'theme_location' => 'footer',
			'depth'          => 1,
			'fallback_cb'    => false,
		)
	);

	?>

</nav><!-- .footer-menu -->