Skip to content

Instantly share code, notes, and snippets.

@monecchi
Forked from spigotdesign/get-svg.php
Created March 16, 2017 11:54
Show Gist options
  • Save monecchi/c8a6020b5155253784c2dc72c8468c90 to your computer and use it in GitHub Desktop.
Save monecchi/c8a6020b5155253784c2dc72c8468c90 to your computer and use it in GitHub Desktop.
WordPress get SVG file contents
<?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