Skip to content

Instantly share code, notes, and snippets.

@psahalot
Created September 22, 2017 08:51
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psahalot/fd1cfe93f2860490dd37e1e9570038f0 to your computer and use it in GitHub Desktop.
Save psahalot/fd1cfe93f2860490dd37e1e9570038f0 to your computer and use it in GitHub Desktop.
Logo in Advanced Menu module
function pp_add_logo_before_menu() {
echo '<a href="your-website-url"><img src="logo-url" /></a>';
}
add_action('pp_advanced_menu_before', 'pp_add_logo_before_menu');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment