Hi Team,
I am trying to insert a heart icon into the header of of the theme
I added the following code to insert a shortcode into the header.php file
<?php echo do_shotcode(‘[wp-svg-icons icon=”heart” wrap=”i”]’); ?>
but this returns nothing. A point in the right direction would be most appreciated.