Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function mayak_nav_menu_no_link($no_link){
  2. $gg_mk = '!<li(.*?)class="(.*?)current_page_item(.*?)"><a(.*?)>(.*?)</a>!si';
  3. $dd_mk = '<li$1class="\\2current_page_item\\3">$5';
  4. return preg_replace($gg_mk, $dd_mk, $no_link );
  5. }
  6. add_filter('wp_nav_menu', 'mayak_nav_menu_no_link');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement