Conversation
theodesp
commented
May 28, 2025
theodesp
commented
May 28, 2025
theodesp
commented
May 28, 2025
theodesp
commented
May 28, 2025
plugins/wp-graphql-headless-webhooks/src/Repository/Interfaces/WebhookRepositoryInterface.php
Show resolved
Hide resolved
|
ℹ️ Download the hwp-previews plugin artifact from this workflow run (see the 'Artifacts' section at the bottom). |
Member
|
@theodesp Nice :) 🆙 |
|
ℹ️ Download the hwp-previews plugin artifact from this workflow run (see the 'Artifacts' section at the bottom). |
Member
|
@theodesp I was seeing an error in I was seeing this error which was blocking login, I pushed a fix to this branch (ea70bdd) which addresses this by:
This prevents the notice from being displayed and fixes the header issues that were blocking login functionality. |
|
ℹ️ Download the hwp-previews plugin artifact from this workflow run (see the 'Artifacts' section at the bottom). |
colinmurphy
reviewed
Jun 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add support for minimal webhooks with customizable payloads and event handling. Implements webhook creation, event listening, and sending HTTP requests with filtered payloads.
Related Issue
closes #166
Dependant PRs
Type of Change
How Has This Been Tested?
Created webhooks via repository interface
Triggered events (e.g., post published) and confirmed HTTP POSTs sent
Verified payload customization via filter hooks
Checked no warnings or errors in logs
Screenshots
Checklist
Example Snippet to Create a Test Webhook
Run this snippet once:
Run this snippet all the time:
Note to Developer Reviewer
Please generate a new unique URL from
https://webhook.site/to replaceYOUR_UNIQUE_URL_HEREin the snippet above. This will allow you to verify the webhook payloads sent when triggering events like publishing a post.