@alishah909
Active 2 days, 10 hours ago
-
Shah gee replied to the topic User's menu in the forum Ideas 2 days, 10 hours ago
To display the current user’s menu outside of their profile in BuddyPress, you can use the
bp_get_menu
function. This function retrieves the menu items for the current user and returns them as an array.Here’s an example code snippet that you can use to display the current user’s menu in the header or footer:
`
<?php
$menu_items = bp_get_menu(…[Read more] -
Shah gee's profile was updated 2 days, 10 hours ago