Automattic / Edit-Flow

WordPress plugin to accelerate your editorial workflow
https://editflow.org
359 stars 132 forks source link

Remove unnecessary filters for webhook notifications #735

Closed hanifn closed 4 months ago

hanifn commented 4 months ago

Description

This PR simplifies the new webhook integration feature of the notifications module to only 1 singular filter to modify the payload sent to the webhook.

Steps to Test

  1. Check out PR.
  2. Go to Notifications.
  3. Enable Send to webhook and add a valid webhook URL.
  4. Verify notifications are sent to the webhook on new editorial comment or extended post status change.