Hi @leost
You can try the adding the following code snippet:
add_filter("um_profile_edit_menu_items","um_101521_remove_profile_menu_items");
add_filter("um_myprofile_edit_menu_items","um_101521_remove_profile_menu_items");
function um_101521_remove_profile_menu_items( $items ){
unset( $items['editprofile'] );
return $items;
}
The above code will remove the Edit Profile from the Menu actions in the Profile Form.
Regards,
Thanks for letting us know.
Regards,
Hello,
I need to remove the entire top black bar from users so they can’t make any changes. I have found some css code from blogs last year, and it does not work. Do you know of any current css code that will do this?
Thank you.
Thread Starter
leost
(@leost)
Hello vsparvoli,
It seems you are talking about the wordpress admin bar. Check this link to see if it helps. https://www.wpbeginner.com/wp-tutorials/how-to-disable-wordpress-admin-bar-for-all-users-except-administrators/
If not, I’m not sure of what bar you are talking about. In this case, I recommend you create a support topic (here: https://wordpress.org/support/plugin/ultimate-member/) and add an image of the bar if possible. There you will have more visibility and get help faster.
Regards!
Hi @vsparvoli
Please create a new topic for a different issue.
Regards,