devaloka / devaloka-event-converter
Interchangeably converts all WordPress action/filter to/from EventDispatcher's Event
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 1
Type:devaloka-muplugin
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: 2024-10-29 03:58:39 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.