WordPress / wp-feature-notifications

WP Feature Notifications - a proposal to modernise the way in which WordPress handles emails, admin notices and user notifications
https://wordpress.github.io/wp-feature-notifications/
GNU General Public License v2.0
186 stars 18 forks source link

How should plugin and theme authors connect to the Notification Center (OOP way) #8

Open raaaahman opened 3 years ago

raaaahman commented 3 years ago

@schlessera :

The reason why it is an AggregateFactory is so that you can register additional factories (from within plugins) that add completely new types of notifications that the Core implementation doesn't know about, but still needs to be able to instantiate.

szepeviktor commented 3 years ago

Very nice to see the words "WordPress" and "OOP" on the same page 😻