Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sarathlal-old/ec97cd3d9a3abf9d5f709143877542b3 to your computer and use it in GitHub Desktop.
Save sarathlal-old/ec97cd3d9a3abf9d5f709143877542b3 to your computer and use it in GitHub Desktop.
<?php if(has_site_icon()) { ?>
<link rel="icon" href="<?php echo get_site_icon_url("32"); ?>" sizes="32x32" />
<link rel="icon" href="<?php echo get_site_icon_url("192"); ?>" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="<?php echo get_site_icon_url("180"); ?>" />
<meta name="msapplication-TileImage" content="<?php echo get_site_icon_url("270"); ?>" />
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment