Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Extending Groups Navigation


r-a-y
Keymaster

@r-a-y

You’ve declared “display” as screen_function in your org_info_add_subnav() function.

So now, you need to create a “display()” function with some code to display your admin page.
In the skeleton component, the function you would want to look at is “bp_example_screen_one()” for hints.

Also is your plugin BP-aware?
https://codex.buddypress.org/how-to-guides/make-your-plugin-buddypress-aware-v1-2/

Skip to toolbar