Skip to content

Instantly share code, notes, and snippets.

@rickrduncan
Last active December 20, 2015 00:39
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/6042986 to your computer and use it in GitHub Desktop.
Save rickrduncan/6042986 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', 'rvam_login_logo_url_title' );
function rvam_custom_header_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