Skip to content

Instantly share code, notes, and snippets.

@bigdigital
Created March 29, 2017 09:13
Show Gist options
  • Save bigdigital/d08ec8fcc66adb54fcb36c329c5d4a18 to your computer and use it in GitHub Desktop.
Save bigdigital/d08ec8fcc66adb54fcb36c329c5d4a18 to your computer and use it in GitHub Desktop.
Change logo link The7
//since The7 5.0.2
function my_custom_logo_url($url)
{
return "example.com";
}
add_filter('presscore_display_the_logo-url', 'my_custom_logo_url' , 10, 1 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment