Created
January 15, 2016 20:42
-
-
Save rickrduncan/5ec3d3c8bc5bf7978263 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//* Do NOT include the opening php tag | |
//* Login Screen: Change login logo hover text | |
add_filter( 'login_headertitle', 'b3m_login_logo_url_title' ); | |
function b3m_login_logo_url_title() { | |
return 'REPLACE THIS WITH YOUR TEXT'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment