Title: Remove action &#8220;community_role_edit&#8221;
Last modified: December 29, 2016

---

# Remove action “community_role_edit”

 *  [Pierre_02](https://wordpress.org/support/users/pierre_02/)
 * (@pierre_02)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-action-community_role_edit/)
 * Hi,
 * As I don’t want that my custom role “Webmaster” can change the “user community
   role” during the process of editing a user, I’d like to remove the action “community_role_edit”
   that you call in “/core/um-user.php”. BTW I’ll can remove properly the list of
   role that you add at the bottom of “user-edit.php”.
    So, I tried :
 *     ```
       function remove_action_from_UM() {
       	if ( !current_user_can( 'manage_options' ))
       		remove_action('edit_user_profile', 'community_role_edit');
       }
       add_action('edit_user_profile', 'remove_action_from_UM', 9999);
       ```
   
 * But with no success :(.
 * Could you help me please?
 * TIA.
 * Amicably,
 * Pierre.

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

 *  Plugin Support [Ultimate Member Support](https://wordpress.org/support/users/ultimatemembersupport/)
 * (@ultimatemembersupport)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-action-community_role_edit/#post-8633166)
 * Hi [@pierre_02](https://wordpress.org/support/users/pierre_02/),
 * Have you tried this in ‘init’ action hook?
 * Thanks.
 *  Thread Starter [Pierre_02](https://wordpress.org/support/users/pierre_02/)
 * (@pierre_02)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-action-community_role_edit/#post-8633190)
 * Hi 🙂 !
 * Just tried now, doesn’t work :(…
 * Any idea?
 * TIA

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

 The topic ‘Remove action “community_role_edit”’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-member/assets/icon-256x256.png?rev=3160947)
 * [Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin](https://wordpress.org/plugins/ultimate-member/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-member/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-member/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-member/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-member/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-member/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Pierre_02](https://wordpress.org/support/users/pierre_02/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/remove-action-community_role_edit/#post-8633190)
 * Status: not resolved