Skip to content

Instantly share code, notes, and snippets.

@paulgibbs
Created December 22, 2014 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulgibbs/0bfb25fe7d49013707d4 to your computer and use it in GitHub Desktop.
Save paulgibbs/0bfb25fe7d49013707d4 to your computer and use it in GitHub Desktop.
array (size=5)
10 =>
array (size=9)
'name' => string 'Personal' (length=8)
'link' => string 'http://src.wordpress-develop.dev/members/admin/activity/' (length=56)
'slug' => string 'just-me' (length=7)
'css_id' => string 'just-me' (length=7)
'position' => int 10
'user_has_access' => boolean true
'no_access_url' => string '' (length=0)
'screen_function' => string 'bp_activity_screen_my_activity' (length=30)
'show_in_admin_bar' => boolean false
20 =>
array (size=9)
'name' => string 'Mentions' (length=8)
'link' => string 'http://src.wordpress-develop.dev/members/admin/activity/mentions/' (length=65)
'slug' => string 'mentions' (length=8)
'css_id' => string 'activity-mentions' (length=17)
'position' => int 20
'user_has_access' => boolean true
'no_access_url' => string '' (length=0)
'screen_function' => string 'bp_activity_screen_mentions' (length=27)
'show_in_admin_bar' => boolean false
30 =>
array (size=9)
'name' => string 'Favorites' (length=9)
'link' => string 'http://src.wordpress-develop.dev/members/admin/activity/favorites/' (length=66)
'slug' => string 'favorites' (length=9)
'css_id' => string 'activity-favs' (length=13)
'position' => int 30
'user_has_access' => boolean true
'no_access_url' => string '' (length=0)
'screen_function' => string 'bp_activity_screen_favorites' (length=28)
'show_in_admin_bar' => boolean false
40 =>
array (size=9)
'name' => string 'Friends' (length=7)
'link' => string 'http://src.wordpress-develop.dev/members/admin/activity/friends/' (length=64)
'slug' => string 'friends' (length=7)
'css_id' => string 'activity-friends' (length=16)
'position' => int 40
'user_has_access' => boolean true
'no_access_url' => string '' (length=0)
'screen_function' => string 'bp_activity_screen_friends' (length=26)
'show_in_admin_bar' => boolean false
50 =>
array (size=9)
'name' => string 'Groups' (length=6)
'link' => string 'http://src.wordpress-develop.dev/members/admin/activity/groups/' (length=63)
'slug' => string 'groups' (length=6)
'css_id' => string 'activity-groups' (length=15)
'position' => int 50
'user_has_access' => boolean true
'no_access_url' => string '' (length=0)
'screen_function' => string 'bp_activity_screen_groups' (length=25)
'show_in_admin_bar' => boolean false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment