Advertisement
artemsemkin

Untitled

Aug 14th, 2022
864
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1. <?php
  2. // Lines 172 - 182
  3. wp_nav_menu(
  4.   array(
  5.     'theme_location' => 'main_menu',
  6.     'container'      => false,
  7.     'menu_class'     => 'menu-overlay js-menu-overlay',
  8.     'link_before'    => '<div class="menu-overlay__item-wrapper split-text js-split-text" data-split-text-type="lines, words">',
  9.     'link_after'     => '</div>',
  10.     'walker'         => new Arts_Walker_Nav_Menu_Overlay(),
  11.   )
  12. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement