Skip to content

Instantly share code, notes, and snippets.

@nucab
Created June 22, 2016 17:35
Show Gist options
  • Save nucab/ab67195759aa55a3153edddac2311a71 to your computer and use it in GitHub Desktop.
Save nucab/ab67195759aa55a3153edddac2311a71 to your computer and use it in GitHub Desktop.
1
if(! empty( $item->url ) && $item->url !== '#') {
unset($atts['data-toggle']);
unset($atts['class']);
unset($atts['aria-haspopup']);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment