Opened 18 months ago
Closed 18 months ago
#8941 closed task (fixed)
Document how to use the Group Extension API
Reported by: | imath | Owned by: | jaz_on |
---|---|---|---|
Milestone: | BuddyPress.org Sites | Priority: | normal |
Severity: | normal | Version: | |
Component: | Documentation | Keywords: | needs-docs has-patch |
Cc: |
Description
@boonegorges wrote a great explanation on the codex about it a while ago, I believe most of the work is copying in Markdown this content inside /docs/developer
:
https://codex.buddypress.org/developer/group-extension-api/
Steps:
- Create a new entry in
https://github.com/buddypress/buddypress/blob/master/docs/developer/manifest.json
- Create a new directory eg:
/docs/developer/group-extension
- Put the content in
/docs/developer/group-extension/README.md
.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Adds a documentation resource to explain how an Add-on can use the BP Group Extension API to add a group extension to BP Groups. It also informs about the 12.0.0 changes and how to preserve backward compatibility for previous versions of BuddyPress.
NB: this PR was exclusively built using the GitHub website 😉
Trac ticket: https://buddypress.trac.wordpress.org/ticket/8941