Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. function my_login_logo_url_title() {
  2. return 'Your Site Name and Info';
  3. }
  4. add_filter( 'login_headertitle', 'my_login_logo_url_title' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement