Title: Change text tabs
Last modified: May 25, 2022

---

# Change text tabs

 *  Resolved [pasalomoco](https://wordpress.org/support/users/pasalomoco/)
 * (@pasalomoco)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/change-text-tabs/)
 * I need to change the tabs with a hook or something like that. I can not do it
   with ultimate.mbember.pot
    [https://ibb.co/YLFY51L](https://ibb.co/YLFY51L)

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

 *  [missveronica](https://wordpress.org/support/users/missveronicatv/)
 * (@missveronicatv)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/change-text-tabs/#post-15678138)
 * [@pasalomoco](https://wordpress.org/support/users/pasalomoco/)
 * You can try to change the Tab text with the “Say What?” Plugin.
 * Use `ultimate-member` as the text domain.
 * [https://wordpress.org/plugins/say-what/](https://wordpress.org/plugins/say-what/)
 *  Plugin Support [Aswin Giri](https://wordpress.org/support/users/aswingiri/)
 * (@aswingiri)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/change-text-tabs/#post-15678693)
 * Hello [@pasalomoco](https://wordpress.org/support/users/pasalomoco/)
 * If you would like to modify tab with a hook, you can use following filter:
 *     ```
       add_filter( 'um_profile_tabs', function( $tabs_array ){
   
           //modify tabs here
   
           return $tabs_array;
   
       }, 10, 1 );
       ```
   
 *  Plugin Support [Ultimate Member Support](https://wordpress.org/support/users/ultimatemembersupport/)
 * (@ultimatemembersupport)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/change-text-tabs/#post-15691078)
 * Hey there!
 * Please feel free to re-open this thread by changing the Topic Status to ‘Not 
   Resolved’ if any other questions come up and we’d be happy to help. 🙂
 * Regards,

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

The topic ‘Change text tabs’ 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/)

 * 3 replies
 * 4 participants
 * Last reply from: [Ultimate Member Support](https://wordpress.org/support/users/ultimatemembersupport/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/change-text-tabs/#post-15691078)
 * Status: resolved