Skip to content

Instantly share code, notes, and snippets.

@chipbennett
Created February 1, 2014 15:23
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 chipbennett/8753686 to your computer and use it in GitHub Desktop.
Save chipbennett/8753686 to your computer and use it in GitHub Desktop.
Jeffro's Favicon Site Functionality Plugin
/**
* Plugin Name: Jeffro's Site Favicon
*/
/**
* Hook favicon link into document head
*/
function jeffro_site_favicon() {
?>
<!– HTML Code goes here –>
<?php
}
add_action( 'wp_head', 'jeffro_site_favicon' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment