Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Yurii

    (@yuriinalivaiko)

    Wello @webtentpeg

    Turn on the Membership (Anyone can register) setting on wp-admin > Settings > General to allow native WordPress registration form.

    Use a code to disable redirection from the native WordPress registration form to the Ultimate Member registration form. You can add this code to the functions.php file in the theme folder.

    remove_action( 'login_form_register', 'um_form_register_redirect', 10 );

    Remove the registration form shortcode from the registration page and remove this page from menus.

    Regards

    Plugin Support andrewshu

    (@andrewshu)

    Hi @webtentpeg

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help. 🙂

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to disable ultimate member user registration. and leave the wordpress native’ is closed to new replies.