Hi, I’d like to know how to implement Airbnb user visibility functionality using the hive press menu filteradd_filter( 'hivepress/v1/menus/user_account', [ $this, 'add_menu_item' ] );
. I want to show logout users some menu items under the user menu like privacy policies, terms and conditions, etc.
As you can see here
I would appreciate it, even if it means giving me somewhere to look. Thanks