Changes between Version 2 and Version 3 of Ticket #22256
- Timestamp:
- 10/22/2012 07:25:55 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22256 – Description
v2 v3 1 Currently, callbacks passed to add_action() and add_filter() are already sort of namespaced by the hook name, by the callback itself, by priority and by argument count. You need to know all of them in order to use `remove_action()` successfully.1 Currently, callbacks passed to add_action() and add_filter() are already sort of namespaced by the hook name, by priority and by the callback itself. You need to know all of them in order to use `remove_action()` successfully. 2 2 3 3 Acquiring the callback is especially problematic when it's: