Skip to content

Instantly share code, notes, and snippets.

@tiborp
Last active December 14, 2015 08:08
Show Gist options
  • Save tiborp/5055053 to your computer and use it in GitHub Desktop.
Save tiborp/5055053 to your computer and use it in GitHub Desktop.
functions.php
<?php
// Load custom favicon
add_filter( 'genesis_pre_load_favicon', 'custom_favicon_filter' );
function custom_favicon_filter( $favicon_url ) {
return CHILD_URL .'/images/favicon.ico';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment