You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WP_Digest_Message class should be split up in smaller chunks.
Instead of calling class methods for each section and section message, various other classes should hook into new filters inside process_event_items to provider their own message.
This makes it easier for third-parties to "register" custom notifications.
The text was updated successfully, but these errors were encountered:
The
WP_Digest_Message
class should be split up in smaller chunks.Instead of calling class methods for each section and section message, various other classes should hook into new filters inside
process_event_items
to provider their own message.This makes it easier for third-parties to "register" custom notifications.
The text was updated successfully, but these errors were encountered: