Advertisement
artemsemkin

Untitled

Aug 14th, 2022 (edited)
858
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <?php
  2. // Lines 169 - 172
  3.  
  4. $atts['href']           = ! empty( $item->url ) ? $item->url : '';
  5. $atts['aria-current']   = $item->current ? 'page' : '';
  6. // $atts['data-pjax-link'] = 'overlayMenu'; // <-- comment this line
  7. $atts['data-letter']    = $letter;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement