Skip to content

⚠️ [WILL-BE-DEPRECATED][Devaloka Plugin] Converts ALL WordPress actions/filters to/from EventDispatcher's Events.

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
GPL-LICENSE.txt
MIT
MIT-LICENSE.txt
Notifications You must be signed in to change notification settings

devaloka/devaloka-event-converter

Repository files navigation

Devaloka Event Converter

Latest Stable Version Latest Unstable Version License Build Status

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

  1. Install via Composer.

    composer require devaloka/devaloka-event-converter

Caveat

  • Event::stopPropagation() doesn't work.

About

⚠️ [WILL-BE-DEPRECATED][Devaloka Plugin] Converts ALL WordPress actions/filters to/from EventDispatcher's Events.

Resources

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
GPL-LICENSE.txt
MIT
MIT-LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published