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.
WIP. Meanwhile check src/Messages
for examples.
- Clone repo into plugins directory.
composer install
- Alain Schlesser - Thanks for great OOP plugin example.