Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save webdevs-pro/749980e978a410f3e9c01e39dc33bcc4 to your computer and use it in GitHub Desktop.
Save webdevs-pro/749980e978a410f3e9c01e39dc33bcc4 to your computer and use it in GitHub Desktop.
PHP: WordPress echo SVG file contents for inline SVG
<?php echo file_get_contents( get_stylesheet_directory_uri() . '/img/awesome.svg' ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment