Change logo url link
Question
I’m trying to change the logo url of the site to “mywebsite.com/side2”, but it is not working, can anyone tell me where is the error in the code below?
add_filter( 'login_headerurl', 'custom_loginlogo_url' );
function custom_loginlogo_url($url) {
return home_url( 'side2' );
}
0
links, logo, urls
3 years
2020-04-06T08:51:05-05:00
2020-04-06T08:51:05-05:00 0 Answers
94 views
0
Leave an answer