Skip to content

Instantly share code, notes, and snippets.

@billerickson
Last active August 29, 2015 14:28
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 billerickson/9a335917efae6c92f533 to your computer and use it in GitHub Desktop.
Save billerickson/9a335917efae6c92f533 to your computer and use it in GitHub Desktop.
<?php
/**
* Disable the Genesis Favicon
* @author Bill Erickson
* @link http://www.billerickson.net/wordpress-site-icon-with-genesis
*/
remove_action( 'wp_head', 'genesis_load_favicon' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment