Skip to content

Instantly share code, notes, and snippets.

@Stephen-Cronin
Forked from kailoon/site_icon.php
Last active August 26, 2015 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Stephen-Cronin/2228810a6bba73190c5b to your computer and use it in GitHub Desktop.
Save Stephen-Cronin/2228810a6bba73190c5b to your computer and use it in GitHub Desktop.
<?php
// To be used by theme authors to avoid duplicate favicon code now that Site Icons have been added to WordPress 4.3
// If a Site Icon hasn't been set or if the `has_site_icon` function doesn't exist (ie older than WordPress 4.3)
if ( ! ( function_exists( 'has_site_icon' ) && has_site_icon() ) ) {
// your theme specific custom favicon code goes here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment