屏蔽隐藏WordPress默认登录页面

最近发现有很多用户通过默认注册登录页面进行注册登录,不安全也不方便。

//让用户访问自带登陆页面时直接跳转到指定页面
if (!function_exists('login_protection')) {
    function login_protection()
    {
        //这里是可以自定义一共路径/index.php/login
        if ($_GET['superuser'] != 'password') header('Location: /index.php/login');
        //当然你也可以禁止所有人访问,也就是直接跳转/index.php/login
        //header('Location: /index.php/login');
    }
    add_action('login_enqueue_scripts','login_protection');
}

 

给TA打赏
共{{data.count}}人
人已打赏
WordPress教程

7B2主题 支持timthumb的裁剪方法、外链图片

2023-8-23 22:07:57

WordPress教程

子比主题 支持timthumb的裁剪缩略图方法、外链图片

2024-1-17 22:03:19

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索