Changes between Initial Version and Version 1 of Ticket #21170, comment 28
- Timestamp:
- 07/14/2012 07:55:50 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21170, comment 28
initial v1 4 4 5 5 === Supported Features: === 6 * Viable mixin structure withjQuery style dot namespacing6 * jQuery style dot namespacing 7 7 * Can add/remove namespaces like so:[[br]]'''$wp.hooks.addAction( 'some.crazy.action', func, 5 );'''[[br]]'''$wp.hooks.addAction( 'some.crazy', func2, 7);'''[[br]]'''$wp.hooks.removeAction( 'some.crazy.action' );''' 8 8 * Supports method chaining to create a jQuery-like function chain: [[br]] '''$wp.hooks.addAction().addFilter().removeFilter().doAction();'''