WP Manifestindependent plugin directory
manifest / developer / devaloka-event-converter

Devaloka Event Converter

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

by Whizark · github.com/devaloka/devaloka-event-converter

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.zip

Readme

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.

Read the full README on GitHub →

Releases

TagPublished
v0.5.2 Dec 29, 2015
v0.5.1 Dec 19, 2015
v0.5.0 Dec 19, 2015

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.