Created
June 16, 2019 22:47
-
-
Save wplit/d7002c7ae27ac4386b70da6a8be3a809 to your computer and use it in GitHub Desktop.
Use custom logo inside template
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
| if ( function_exists( 'the_custom_logo' ) ) { | |
| the_custom_logo(); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment