'global-nav',
'echo' => false,
'depth' => 3,
'menu_class' => 'menu gu clearfix',
//'container' => false,
//'container_id' => '',
'container_class' => 'gc gnavi-container',
'link_before' => '
',
'link_after' => '',
'items_wrap' => '
',
'fallback_cb' => 'thk_page_menu',
'walker' => new THK_Global_Nav_Walker()
)
)
);
if( isset( $luxe['lazyload_type'] ) && $luxe['lazyload_type'] === 'intersection' && isset( $luxe['lazyload_contents'] ) ) {
add_filter( 'thk_content', 'thk_intersection_observer_replace_all', 99 );
}
if( isset( $luxe['amp'] ) ) {
?>