You can filter the login_url:
add_filter( 'login_url', 'wpse103239_login_url' );
function wpse103239_login_url() {
return 'your-login-url';
}
See also this answer for a bunch more options.
Reference
The login_url filter is mentioned in the Codex page for wp_login_url(), but there doesn’t seem to be a Codex page for the filter itself.
Related Posts:
- Redirect authors from upload.php url to Home page in Multisite
- How To Add Custom Form Fields To The User Profile Page?
- Why are my roles not visible in a Multi-site/Network?
- How to use same email for multiple users
- Where can I find documentation on what characters are allowed in user names and why?
- WordPress Multisite allow site admin to add user without email confirmation
- Network not displaying all sites and users
- Give to site admin the option to “skip confirmation email” when adding new user
- Different back-end colour scheme for the different sites of a multisite
- Set up collaborative site
- How to disable Multisite sign-up page?
- WordPress multisite,several different languages,page redirect?
- WordPress multisite subdirectory redirect infinite loop issue
- Prevent user creating new users with specific roles
- Multisite – Redirect All Users to Subsite Home Page on Subsite Login
- Trying to access second site dashboard on a multisite configuration proceeds to an error
- How to add multiple existing users to a multisite site?
- the blog owner multisite
- How can I get multisite primary blog (url or path) for current user?
- How to exclude a directory from WordPress permalinks in a Multisite environment?
- Redirect subdomain homepage to domain specific page in wordpress multisite
- WordPress multisite subdirectory on nginx behind reverse proxy
- Multisite Redirect issue
- How to Redirect login User with Mapped Domiain Primary blog Url to Original Sub-site Url
- Disable domain redirect
- delete_user_meta : how to delete all the metadata of a given user (witout SQL)
- Update User Role Across Network when Main Site User is Updated
- Assign role to user on first login, if they are first (after admin)
- Get the User ID Who Owns a Given Blog ID in Multisite
- https redirect hell (adding www)
- Make a user administrator to a sub directory site and a contributor to main site in multisite network
- WPMU Development Environment
- Redirect subdomain in Multisite installation?
- Why my deleted url is redirecting to random post?
- Multisite – One user allowed access to all sites?
- Temp URL Redirect Loop
- Installed domain-based Multisite but can’t access wp-admin (redirect loop)
- Redirect Site Geologically
- WordPress Multisite Strange Redirect on Primary Site
- Wrong Redirect/Rewrite Rules?
- Four columns in the wp_users table
- Subsite access without being a member of the subsite in wp multisite network
- Nginx config, how can I redirect primary multisite domain, but not its sub-folders, nor other domains?
- Redirect old uploads after moving to multisite
- WordPress stuck in deleting user
- How to split existing blog into WordPress Multisites without breaking links?
- Multisite Subdomain Redirect Mask
- Cannot use Network Admin (Dashboard) on Multi-site after 301 www redirect
- 404 redirecting to home [closed]
- How to temporarily redirect front page of a network to one of the sites/blogs?
- Delete user from multisite when removed from subsite
- Combining user database tables while keeping all other data in seperate for multiple sites?
- How to fix that new users show up again in subsite of a Multisite?
- WordPress Multisite Add User
- Sharing users across multiple sites, each on their own database
- How to share User Database between Two Multisite Installations + More
- Working with Reverse Proxies and Multisite Installation
- Two installs conflicting – Pages redirecting
- Redirecting specific sites to HTTP in WordPress Multisite
- After switch domain, some parts of my site still point to my old domain
- Multisite network admin login redirect
- Multisite wp-admin redirecting to main wp-admin using NGINX
- Possible to have duplicate usernames on different two multisites
- Multisite – each site with it’s own set of users
- Modify new user email notification in network admin screen wp multisite
- Multisite (with nested paths) wp-admin redirect loop
- Users getting linked unwanted to main mu in WordPress multisite (WPMU)
- Multisite – site user limited only for this site
- Importing Posts into New Website with Same User ID’s
- WordPress automatic Login on other page?
- Multisite WordPress Configurtion
- All Subsites of a WordPress Multisite install 302 redirects to the main site
- Multisite login and redirect to users main blog,
- Is Multisite the RIGHT option for my case?
- WordPress Multisite redirect loop
- Should I use MultiSite for a subdomain based wp site?
- Multisite “Skip Confirmation Email” Log Out Problem
- How create a multisite setup with “phantom” accounts and passwords?
- Redirect all users, except network administrators, from the main site to a subsite
- Multisite: Redirect Subsite Administrator to Subsite Home Page, Bypassing Dashboard
- Admin user getting redirected to /wp-admin/user
- Make a select where the options are the different multisites
- How to redirect author subdomain pages to each author pages on www
- Is there a way to have wordpress 301 versus 302 urls by default?
- Redirect extra url to Multisite in folder
- Development (multi)site indexed – recommendations to redirect 301 to correct url?
- Nginx Multisite redirects (incorrectly) on Chrome IE and Mobile, but works (correctly) on Firefox
- WordPress multi user registration sites
- How to redirect root blog to a specific one in multilang WP?
- WordPress 3.0 Multisite – Child sites and backends appearing blank
- Subdomain add comment redirect to 404 not found page iis server
- WordPress Multisite restict user access
- External rewrite rules missing in htaccess – Multisite
- Multisite Primary Domain Broken All Subsites Work
- Multisite Login Access Restrictions
- Make multisite non-existing subdomains go to homepage instead of Index of/ page
- Change a subsite Admin role of a WordPress Multisite after 24 hours registering
- Wp-admin wrongly redirecting on multisite
- WordPress multisite with different sites for every language. How can I set the site based on the users browser location or language?
- Show 404 when someone visits a non-existant Multisite site