devaloka / devaloka-event-converter
Interchangeably converts all WordPress action/filter to/from EventDispatcher's Event
Package info
github.com/devaloka/devaloka-event-converter
Type:devaloka-muplugin
pkg:composer/devaloka/devaloka-event-converter
0.5.2
2015-12-29 12:22 UTC
Requires
- php: >=5.5.9
- devaloka/devaloka: ~0.5.0
- devaloka/mu-plugin-installer: ~0.1.0
Requires (Dev)
- squizlabs/php_codesniffer: ^2.5.0
This package is auto-updated.
Last update: 2026-03-01 00:21:43 UTC
README
A WordPress plugin that interchangeably converts WordPress's action/filter to/from EventDispatcher's Event.
Features
-
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
Requirements
Installation
-
Install via Composer.
composer require devaloka/devaloka-event-converter
Caveat
Event::stopPropagation()doesn't work.