Hello, I’d like to know if it’s possible to change the word settings (not the title but in the tab on the left). Like here. This doesn’t work with Loco Translate because I need to keep the meaning of “Settings” for other titles. Maybe a PHP code?
– Continuing the discussion from Change the account settings page title:
Hi,
Please use this PHP snippet:
add_filter( 'hivepress/v1/menus/user_account', function( $menu ) {$menu['items']['user_edit_settings']['label']='test'; return $menu; });
I believe this will be useful to you.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.