Title: Profile primary button
Last modified: May 26, 2019

---

# Profile primary button

 *  Resolved [bobakras](https://wordpress.org/support/users/bobakras/)
 * (@bobakras)
 * [7 years ago](https://wordpress.org/support/topic/profile-primary-button/)
 * Hi,
    I like to remove the primary profile button in user profile page. Basically
   when you click on the GEAR icon and select EDIT PROFILE you get a blue button
   at the bottom of your page to save or cancel the changes user made. unfortunately
   there is no option in the setting to do so, there is only 1 option which allowed
   me to hide secondary profile button (CANCEL bottom). Does anyone know how I can
   remove this(primary profile button)?
 * Thank you
    -  This topic was modified 7 years ago by [bobakras](https://wordpress.org/support/users/bobakras/).
      Reason: spelling error

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

 *  Thread Starter [bobakras](https://wordpress.org/support/users/bobakras/)
 * (@bobakras)
 * [7 years ago](https://wordpress.org/support/topic/profile-primary-button/#post-11575950)
 * Thank, but the article you provided was talking about removing ‘CANCEL’ option
   in the edit menu but what I want to do is:
 * Removing ‘PRIMARY PROFILE BUTTON'(when you are in your profile and click on the
   gear icon and select edit) you will see a BLUE button at the bottom of the profile
   page which allows you to save the changes,I want to remove this button.
 * please take a look at this picture.
 * [I WANT TO REMOVE THIS SAVE BUTTON.CLICK HERE TO SEE PICTURE](https://ibb.co/YhyDG62)
 * I will appreciate any help in advance.
 *  [SuitePlugins](https://wordpress.org/support/users/suiteplugins/)
 * (@suiteplugins)
 * [7 years ago](https://wordpress.org/support/topic/profile-primary-button/#post-11576896)
 * Ahh. I see. The button is used for submitting the form. I can come up with a 
   way to have it removed but I have a question. How will the users be able to submit
   their changes after the are ready to save the changes?
 *  Thread Starter [bobakras](https://wordpress.org/support/users/bobakras/)
 * (@bobakras)
 * [7 years ago](https://wordpress.org/support/topic/profile-primary-button/#post-11577138)
 * Thank you.
 * you see, once the user is in edit mode the ”GEAR ICON” will change to a ”TICK
   ✔️” and by clicking on the ”✔️” they will be able to save the changes they made.
   
   please look at the picture below.
 * [LOOK AT THIS PICTURE](https://ibb.co/NjLHCqD)
 *  [SuitePlugins](https://wordpress.org/support/users/suiteplugins/)
 * (@suiteplugins)
 * [7 years ago](https://wordpress.org/support/topic/profile-primary-button/#post-11577275)
 * Ok, I see.
 * You can add this snippet and it will stop the Cancel and Submit button from showing
 *     ```
       function sp_hide_profile_action() {
           remove_action( 'um_after_profile_fields', 'um_add_submit_button_to_profile', 1000 );
       }
       add_action( 'init', 'sp_hide_profile_action' );
       ```
   
 *  Thread Starter [bobakras](https://wordpress.org/support/users/bobakras/)
 * (@bobakras)
 * [7 years ago](https://wordpress.org/support/topic/profile-primary-button/#post-11577327)
 * Thank you.
    It worked. 🙂
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [7 years ago](https://wordpress.org/support/topic/profile-primary-button/#post-11599061)
 * Side note [@suiteplugins](https://wordpress.org/support/users/suiteplugins/) 
   I’ve flagged your account temporarily and archived your replies. Please do not
   use these forums to send people to your site for articles. That’s not what these
   forums are for and I have removed all of your links.
 * Please keeps support in these forums and not to your site. That can be misconstrued
   as spamming and I am sure that is not your intention.
 *  Thread Starter [bobakras](https://wordpress.org/support/users/bobakras/)
 * (@bobakras)
 * [7 years ago](https://wordpress.org/support/topic/profile-primary-button/#post-11599257)
 * What are you talking about?
    Sending people to my side! First of all the links
   in my reply is not to my website it is a picture to demonstrate the situation.
 * Secondly you should do your research before making a judgement and flag my account.
   
   Like I have said the link is a picture to demonstrate the situation, what website
   and articles are you talking about?
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [7 years ago](https://wordpress.org/support/topic/profile-primary-button/#post-11599530)
 * [@bobakras](https://wordpress.org/support/users/bobakras/) Why are you reporting
   those topics? I was clearly replying to suiteplugins.
 * Suiteplugins was spamming the forums. That’s not allowed and as I wrote “Please
   keeps support in these forums and not to your site. That can be misconstrued 
   as spamming and I am sure that is not your intention.”
 * I didn’t flag your account. Read what I actually wrote and to who.

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

The topic ‘Profile primary button’ 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/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [primary](https://wordpress.org/support/topic-tag/primary/)
 * [profile](https://wordpress.org/support/topic-tag/profile/)

 * 8 replies
 * 3 participants
 * Last reply from: [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/profile-primary-button/#post-11599530)
 * Status: resolved