Skip to content

Instantly share code, notes, and snippets.

@adamfaux85
Created March 27, 2019 15:16
Show Gist options
  • Save adamfaux85/331de81da8128efe9b27817594affab6 to your computer and use it in GitHub Desktop.
Save adamfaux85/331de81da8128efe9b27817594affab6 to your computer and use it in GitHub Desktop.
PHP / SVG: Output SVG code in PHP
<?php echo file_get_contents(getcwd() . '/wp-content/themes/basetheme/assets/svg/images-optimized/svg-image.svg'); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment