Skip to content

Instantly share code, notes, and snippets.

@rickrduncan
Created January 15, 2016 20:42
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/5ec3d3c8bc5bf7978263 to your computer and use it in GitHub Desktop.
Save rickrduncan/5ec3d3c8bc5bf7978263 to your computer and use it in GitHub Desktop.
<?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