Advertisement
benkurbis

bp_core_new_subnav_item

Mar 4th, 2016
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. bp_core_new_subnav_item(
  2. array(
  3. 'name' => 'My Membership',
  4. 'slug' => 'http://socalgolfer.org/membership-account/',
  5. 'parent_url' => trailingslashit( bp_displayed_user_domain() . $bp->profile->slug ),
  6. 'parent_slug' => $bp->profile->slug,
  7. 'position' => 30
  8. )
  9. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement