WordPress custom registration and login and login to jump to the front-end custom user center

Posted in:
Update time:2020-10-19

We offer WordPress Themes and Plugins Custom Development Services

This site has long undertaken WordPress themes, plugins, WooCommerce-based store mall development business. We have 10 years of experience in WordPress development, if you want to Developing Websites with WordPress, please contact WeChat: iwillhappy1314 or email: amos@wpcio.com for inquiries.

1 thoughts on “WordPress 自定义注册登录以及登陆后跳转到前端自定义用户中心

  1. 改进版,去掉写死的域名

    // 登录保护 wp-login.php 
    function login_protection(){
        if($_GET['mimvp-blog'] != 'blog.mimvp.com') {
            wp_redirect(home_url());
        }   
    }
    add_action('login_enqueue_scripts','login_protection');

发表回复

Your email address will not be published. 必填项已用 * 标注

*