After updating to 3.4 the "login_headerurl" & "login_headertitle" stoped wor
-
I like to redesign the default login screen by changing the image, the image URL and image title.
Since updating to 3.4 the “login_headerurl” & “login_headertitle” filters stoped working.
// Change Login URL function bdihot_login_url() { echo get_home_url(); } add_filter( 'login_headerurl', 'bdihot_login_url' ); // Change Login Title function bdihot_login_title() { echo get_bloginfo('name'); } add_filter( 'login_headertitle', 'bdihot_login_title' );
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘After updating to 3.4 the "login_headerurl" & "login_headertitle" stoped wor’ is closed to new replies.