[Resolved] Profile tabs – show_for_displayed_user & is_site_admin() ?
-
When creating a new profile tab I want it displayed only to the profile owner and the admin. I got the owner part but can’t figure out the admin part:
bp_core_new_nav_item( array( 'name' => 'My Stuff', 'slug' => 'stuff', 'parent_url' => $bp->displayed_user->domain, 'parent_slug' => $bp->profile->slug, 'screen_function' => 'stuff_screen', 'position' => 200, 'default_subnav_slug' => 'more_stuff', 'show_for_displayed_user' => false ) );
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Resolved] Profile tabs – show_for_displayed_user & is_site_admin() ?’ is closed to new replies.