Skip to content

Instantly share code, notes, and snippets.

@erikccoder
Last active December 17, 2015 04:39
Show Gist options
  • Save erikccoder/5552403 to your computer and use it in GitHub Desktop.
Save erikccoder/5552403 to your computer and use it in GitHub Desktop.
wordpress, logo url,
// Use your own external URL logo link.
function wpc_url_login(){
return "http://erikyang.info/"; // your URL here
}
add_filter('login_headerurl','wpc_url_login');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment