Skip to content

Instantly share code, notes, and snippets.

@AMNDesign
Created August 27, 2013 21:40
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 AMNDesign/6359529 to your computer and use it in GitHub Desktop.
Save AMNDesign/6359529 to your computer and use it in GitHub Desktop.
Remove the default "G" favicon using the Genesis Framework.
<?php
//* Remove default Genesis "G" favicon
remove_action('genesis_meta', 'genesis_load_favicon'); // Genesis 1.9
remove_action('wp_head', 'genesis_load_favicon'); // Genesis 2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment