Opened 3 years ago
Closed 3 years ago
#1465 closed Defect (fixed)
Unregister methods for events and plugin hooks
| Reported by: | ajk3e | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.7 |
| Component: | Core | Version: | 1.5 |
| Severity: | minor | Keywords: | |
| Cc: | brettp, jricher | Difficulty: |
Description
Two methods, unregister_elgg_event_handler() and unregister_plugin_hook(). Both modify the $CONFIG global variable to remove events or hooks that have been set.
Attachments (1)
Change History (2)
Changed 3 years ago by ajk3e
comment:1 Changed 3 years ago by brettp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

(In [svn:3848]) Fixes #1465: Added unregister_event_handler() and unregister_plugin_hook().