Created
November 30, 2018 10:45
-
-
Save wolfthemes/4d06a3c7ffde10e0b1efb687dd453372 to your computer and use it in GitHub Desktop.
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
| /* replace the "wolf" prefix by your theme slug */ | |
| add_filter( 'wolf_logo_home_url', function() { | |
| return 'http://yourdomain.com/my-page' | |
| } ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment