• Resolved souvikbiswassxcs

    (@souvikbiswassxcs)


    I am using edit profile shortcode to show the profile editor in frontend but I do not want the top option to select other users and change their details in the front end.

Viewing 1 replies (of 1 total)
  • Plugin Support alexandrubodea

    (@alexandrubodea)

    Hi @souvikbiswassxcs,

    The “User to edit” section is only available for the user roles that have the “edit_users” capability.

    If you want to hide that section you can add the following CSS code snippet in your WordPress Dashboard->Apperance->Customize->Additional CSS.

    form#select_user_to_edit_form > p.wppb-form-field {
    display: none;
    }

    Best regards,

Viewing 1 replies (of 1 total)
  • The topic ‘disable access to edit other users’ is closed to new replies.