add_filter( 'hivepress/v1/menus/user_account', function( $menu_items ) { foreach ( $menu_items as &$item ) { if ( $item['id'] === 'settings' ) { $item['label'] = 'My Profile'; // ← You can change this } } return $menu_items; });
We can rewire everything
Please enter your username or email address, you will receive a link to create a new password via email.