Provides an IWebHookReceiver implementation which supports WebHooks generated by WordPress. A sample WebHook URI is 'https://<host>/api/webhooks/incoming/wordpress?code=c2e25cd9-6f63-44f6-bf2a-729bcc9f236a
'. For security reasons the WebHook URI must be an https
URI and contain a 'code' query parameter with the same value as configured in the 'MS_WebHookReceiverSecret_WordPress
' application setting. The 'code' parameter must be between 32 and 64 characters long. For details about WordPress WebHooks, see https://en.support.wordpress.com/webhooks/
.