Last active
August 29, 2015 14:14
-
-
Save bhubbard/3bb8481f2a32c53e3dfd 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 echo jetpack_get_site_icon( '', '512', '', '' ); ?> | |
<?php echo jetpack_get_site_icon( '', '200', '', '' ); ?> | |
<?php echo jetpack_get_site_icon( '', '150', '', '' ); ?> | |
<?php echo jetpack_get_site_icon( '', '128', '', '' ); ?> | |
<?php echo jetpack_get_site_icon( '', '72', '', '' ); ?> | |
<?php echo jetpack_get_site_icon( '', '64', '', '' ); ?> | |
<?php echo jetpack_get_site_icon( '', '32', '', '' ); ?> | |
<?php echo jetpack_get_site_icon( '', '16', '', '' ); ?> | |
<?php echo jetpack_site_icon_url(); ?> | |
<?php jetpack_has_site_icon(); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment