Devaloka Event Converter
:warning: [WILL-BE-DEPRECATED][Devaloka Plugin] Converts ALL WordPress actions/filters to/from EventDispatcher's Events.
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/devaloka/devaloka-event-converter/archive/refs/heads/master.zipReadme
Devaloka Event Converter
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.
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.