Viewing 2 replies - 1 through 2 (of 2 total)
  • Same problem here. Anyone with a solution?

    To change the link you can place this code inside your theme’s functions.php file:

    add_filter('login_headerurl', 'wpc_url_login');
    function wpc_url_login() {
    	return home_url();
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Cimy User Extra Fields] Login/Registration LOGO still "linked" to www.remarpro.com &’ is closed to new replies.