S
S
Sergey Gorchakov2015-10-31 09:06:02
WordPress
Sergey Gorchakov, 2015-10-31 09:06:02

How to set up redirects if you use multisite?

Good afternoon.
Please tell me how you can set up redirection of the main site to another, if the "multisite" mode is used, so that it does not interfere with other sites on subdomains and does not interfere with logging into the admin area.
tsms: wordpress
Thanks in advance for your answers.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
MetaDone, 2015-11-02
@mistype

add_action('init',function(){
if(!is_admin() && get_current_blog_id()==1){
wp_redirect("адрес куда нужно перекинуть");
}
});

something like this, enter where you want to transfer the user, you can log in under the superadmin from any site

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question