Created
March 29, 2017 09:13
-
-
Save bigdigital/d08ec8fcc66adb54fcb36c329c5d4a18 to your computer and use it in GitHub Desktop.
Change logo link The7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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