Server : Apache System : Linux server.lienzindia.com 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64 User : plutus ( 1007) PHP Version : 7.4.33 Disable Function : NONE Directory : /home/plutus/public_html/wp-content/themes/vrm/partials/footer/ |
Upload File : |
<?php use TotalTheme\Footer\Bottom\Menu as Footer_Bottom_Menu; /** * Footer bottom menu. * * @package TotalTheme * @subpackage Partials * @version 5.7.2 */ defined( 'ABSPATH' ) || exit; // Get footer menu theme_location. $menu_location = Footer_Bottom_Menu::get_theme_location(); // Menu is required. if ( ! $menu_location || ! has_nav_menu( $menu_location ) ) { return; } ?> <nav id="footer-bottom-menu" <?php Footer_Bottom_Menu::wrapper_class(); ?><?php wpex_aria_landmark( 'footer_bottom_menu' ); ?><?php wpex_aria_label( 'footer_bottom_menu' ); ?>><?php wp_nav_menu( array( 'theme_location' => $menu_location, 'sort_column' => 'menu_order', 'fallback_cb' => false, ) ); ?></nav>