#3495 closed enhancement (wontfix)
missing hook in bp_core_admin_page_options()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 1.5 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | |
| Cc: |
Description
There should be a hook in bp_core_admin_page_options() to be able to add custom sections for plugins.
Change History (3)
Note: See
TracTickets for help on using
tickets.
We don't have a hook on that page because plugins automatically appear on this list when they are registered in the proper way. See #3474. Do one of the following to ensure that your plugin appears on that list:
We would like to enforce these methods for requiring top-level directory pages, because if you manually add a dropdown to the Pages panel, your component will not be properly integrated with the rest of the bp-pages infrastructure (for example, the admin notices that appear when pages are not properly associated).