Skip to content

Instantly share code, notes, and snippets.

@kriot1
Created September 23, 2013 23:48
Show Gist options
  • Save kriot1/96a6ea03d9cfd82efc7b to your computer and use it in GitHub Desktop.
Save kriot1/96a6ea03d9cfd82efc7b to your computer and use it in GitHub Desktop.
/** Load custom favicon to header */
add_filter( 'genesis_pre_load_favicon', 'custom_favicon_filter' );
function custom_favicon_filter( $favicon_url ) {
return 'http://www.mydomain.com/wp-content/images/favicon.ico';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment