Changing WordPress Login Page using Codex
-
Hi,
I am trying to change my website’s Login Form Logo using the article available of Codex https://codex.www.ads-software.com/Customizing_the_Login_Form. I have changed that successfully but have problem with the following function:
function my_login_logo_url() {
return home_url();
}
add_filter( ‘login_headerurl’, ‘my_login_logo_url’ );In this function, I want to replace the home_url with a URL of different website URL. Is this possible? If yes how can I?
Thanks in Advance!
Abhay
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Changing WordPress Login Page using Codex’ is closed to new replies.