Interchangeably converts WordPress's action/filter to/from EventDispatcher's Event.
-
Interchangeably handle/listen/dispatch all WordPress actions/filters as EventDispatcher's Events
- WordPress's action/filter to WordPress's action/filter
- WordPress's action/filter to EventDispatcher's Event
- EventDispatcher's Event to WordPress's action/filter
- EventDispatcher's Event to EventDispatcher's Event
-
Install via Composer.
composer require devaloka/event-converter
Event::stopPropagation()
doesn't work.