Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jason Lau

    (@jason-lau)

    Any fields which are set as profile fields will also appear on the registration screen. Presently, there isn’t a built-in switch for this behavior. However, you could customize your copy of User Meta Manager.

    Open wp-content/plugins/user-meta-manager/user-meta-manager.php version 3.1.0

    Find on line 2415
    add_action('register_form', 'umm_add_registration_fields');

    Replace with
    //add_action('register_form', 'umm_add_registration_fields');

    I haven’t tested it, but that should do the trick.

    Thread Starter Miroslav Zadravec

    (@zadro7)

    It works, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable custom meta on registration page’ is closed to new replies.