Wordpress重定向未登录的访问者

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Wordpress重定向未登录的访问者相关的知识,希望对你有一定的参考价值。

Place at the top of your header.php to redirect visitors who are not logged-in to the Wordpress admin. I use this to redirect to a simple html 'coming soon' page while sites are in development.
  1. <?php if (!is_user_logged_in()) { wp_redirect('http://mydomain.com/coming-soon.html', 302); } ?>

以上是关于Wordpress重定向未登录的访问者的主要内容,如果未能解决你的问题,请参考以下文章

登录后如何将WordPress用户重定向到上一页

Wordpress-如果您未登录,请重定向

NexJs 重定向略有延迟

如果用户未登录 Laravel,则重定向到登录页面

用户登录后重定向到要访问页面

WordPress用户登录后重定向到指定页面