DiviAreaItem.removeFilter()
DiviAreaItem.removeFilter(hook, callback)
Removes a previously registered filter hook.
Params
-
hook
- (string, required) The hook name, without an area-suffix.
-
callback
- (function, optional) The callback to remove. When omitted, all filter-callbacks are removed from the specified hook.
Returns
The function does not return anything.
Notes
No notes