PATH:
home
/
letacommog
/
menuiserie-convert
/
wp-content
/
themes
/
dt-the7
/
template-parts
/
header
<?php /** * Primary menu. * * @package the7 * @since 3.0.0 */ // File Security Check if ( ! defined( 'ABSPATH' ) ) { exit; } do_action( 'presscore_before_primary_menu' ); $location = ( isset( $location ) ? $location : 'primary' ); echo '<ul id="' . esc_attr( "{$location}-menu" ) . '" class="' . implode( ' ', presscore_get_primary_menu_class( 'main-nav' ) ) . '" role="menu">'; presscore_primary_nav_menu( $location ); echo '</ul>'; do_action( 'presscore_after_primary_menu' );
[+]
..
[-] header-inline.php
[edit]
[-] top-bar.php
[edit]
[-] header-split.php
[edit]
[-] mixed-header-top-line.php
[edit]
[-] mixed-header-side-line.php
[edit]
[-] header-overlay.php
[edit]
[-] mixed-branding.php
[edit]
[-] searchform.php
[edit]
[-] index.php
[edit]
[-] mobile-header.php
[edit]
[-] branding.php
[edit]
[-] mixed-header-menu-icon.php
[edit]
[-] header-slide-out.php
[edit]
[-] bottom-bar.php
[edit]
[-] header-classic.php
[edit]
[-] header-side.php
[edit]
[-] primary-menu.php
[edit]