Created
October 23, 2017 06:49
-
-
Save sarathlal-old/ec97cd3d9a3abf9d5f709143877542b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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