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

    (@missveronicatv)

    @pasalomoco

    You can try to change the Tab text with the “Say What?” Plugin.

    Use ultimate-member as the text domain.

    https://ww.wp.xz.cn/plugins/say-what/

    Plugin Support Aswin Giri

    (@aswingiri)

    Hello @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

    (@ultimatemembersupport)

    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.