pfefferle / wordpress-webmention

A Webmention plugin for WordPress
https://wordpress.org/plugins/webmention/
MIT License
117 stars 31 forks source link

Support Source Update Notifications #445

Closed dshanske closed 9 months ago

dshanske commented 9 months ago

This addresses #444 and creates the 'update' comment type, indicating a source update notification. For now, it doesn't store it in the database, but it adds a hook for someone to add notifications or otherwise on it.

It also, as a precaution, adds a check for unregistered webmention comment types being added. This is to ensure if someone adds something custom to the map, they register it.