We have moved to Github. Please open tickets there.

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)

unregister_functions.diff (1.7 KB) - added by ajk3e 3 years ago.

Download all attachments as: .zip

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

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

Note: See TracTickets for help on using tickets.