Advertisement
Guest User

Untitled

a guest
Mar 16th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. $example_link = trailingslashit( bp_displayed_user_domain() . bp_get_example_slug() );
  2.  
  3. // Add a few subnav items under the main Example tab
  4. $sub_nav[] = array(
  5. 'name' => __( 'Competition Points', 'bp-example' ),
  6. 'slug' => 'sutaz',
  7. 'parent_url' => $example_link,
  8. 'parent_slug' => bp_get_example_slug(),
  9. 'screen_function' => 'bp_example_screen_one',
  10. 'position' => 10
  11. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement