Support

Account

Home Forums General Issues Custom SVG icon for each menu item Reply To: Custom SVG icon for each menu item

  • If you return the icon selection as a URL and you’re wanting to spit out the full SVG code inline, you can use:

    <?php echo file_get_contents('URL OF ICON HERE'); ?>