admin管理员组文章数量:1125064
I have the below code in the header.php to redirect not logged in users to the home page and it works great but a bit to well as it stops not logged in people accessing the terms and conditions that is linked to in the footer. It doesnt even allow them to click on the links so they look like just normal text. Does anyone have any suggestions how to exclude one page from the redirect?
if (!is_user_logged_in()) {
wp_redirect( '');
exit;
} ?>
Thanks
本文标签: Redirect not logged in users but exclude 1 page
版权声明:本文标题:Redirect not logged in users but exclude 1 page 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736620065a1945555.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论