Skip to content

Instantly share code, notes, and snippets.

@amorkovin
Created October 29, 2018 09:51
Show Gist options
  • Save amorkovin/f4dfe956e9d57c81b7f3bf691d5d6dae to your computer and use it in GitHub Desktop.
Save amorkovin/f4dfe956e9d57c81b7f3bf691d5d6dae to your computer and use it in GitHub Desktop.
Убрать ссылку у пукнта меню с классом «menu-text»
$nav = preg_replace('%((menu-text)[^<]+)[^>]+>([^<]+)<\/a>%', '$1<span>$3</span>', $nav);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment