add_filter( "login_headerurl", "custom_loginlogo_url" );function custom_loginlogo_url(url) {return home_url( "side2" );}