Skip to content

devaloka/event-converter

Repository files navigation

Event Converter

Latest Stable Version Latest Unstable Version License Build Status

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

Installation

  1. Install via Composer.

    composer require devaloka/event-converter

Caveat

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

About

☀️ [READ-ONLY] 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

Releases

No releases published

Packages

No packages published

Languages