DiviArea.removeAction(hook, callback)
// Alias:
DiviArea.Hooks.removeAction(hook, callback)Removes a previously registered action hook.
Params
- hook
- The hook name.
- callback
- The callback to remove. When omitted, all action-handlers are removed from the specified hook.
Returns
The function does not return anything.
Notes
No notes