Created
September 20, 2018 13:55
-
-
Save amielucha/69fd67bcec360448a5c458e311402721 to your computer and use it in GitHub Desktop.
WordPress display site logo content (SVG)
This file contains 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
<?php | |
// Echos site logo contents directly on the page. | |
// Suitable for displaying SVGs. | |
echo file_get_contents( get_attached_file( get_theme_mod( 'custom_logo' ) ) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment