-
-
Save monecchi/c8a6020b5155253784c2dc72c8468c90 to your computer and use it in GitHub Desktop.
WordPress get SVG file contents
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
<?php echo file_get_contents( get_stylesheet_directory_uri() . '/img/icons/your-logo-file.svg' ); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment