Skip to content

Instantly share code, notes, and snippets.

@rickrduncan
Last active January 15, 2016 21:24
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 rickrduncan/51d1dff6ec4b05529251 to your computer and use it in GitHub Desktop.
Save rickrduncan/51d1dff6ec4b05529251 to your computer and use it in GitHub Desktop.
<?php
//* Do NOT include the opening php tag
//* Login Screen: Use your own URL for login logo link
add_filter( 'login_headerurl', 'b3m_url_login' );
function b3m_url_login(){
return get_bloginfo( 'wpurl' ); //This line keeps the link on current website instead of WordPress.org
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment