Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.2 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.2 KB

BuddyPress Notifications Plugin

Software License Build Status Coverage Status

More extendable replacement of default BuddyPress notifications.

This is drop-in replacement for Activity notification messages. I build this to showcase more “OOP way” of handling notifications in BP. Converts long switch statements to Polymorphism.

Basic Usage

WIP. Meanwhile check src/Messages for examples.

Installation

  1. Clone repo into plugins directory.
  2. composer install

Acknowledgments