Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,840
- How-to & Troubleshooting
- 129,869
- Creating & Extending
- 25,895
- Requests & Feedback
- 9,546
- Third Party Plugins
- 9,832
- Showcase
- 3,316
- Ideas
- 1,402
- Miscellaneous
- 9,178
-
Dang, I’m not sure how I missed this. There are 2 functions that are available in the group API that handle the display and editing of the screen that’s added to the admin function.
function edit_screen() {
}
function edit_screen_save( ) {
}