gatsbyjs / wp-gatsby

WordPress plugin for gatsby-source-wordpress
Other
167 stars 41 forks source link

Add REST_REQUEST check. #192

Open DerthVedder opened 3 years ago

DerthVedder commented 3 years ago

We were having issues with webhook firing multiple times. Added a check for the REST_REQUEST constant defined in Wordpres and the webhook is now firing a single time on post update.