devaloka/devaloka-event-converter

Interchangeably converts all WordPress action/filter to/from EventDispatcher's Event

0.5.2 2015-12-29 12:22 UTC

This package is auto-updated.

Last update: 2024-10-29 03:58:39 UTC


README

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.