We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WP Engine has an API that can be used to clear the cache: https://wpengineapi.com/reference https://wpengine.com/support/enabling-wp-engine-api/
Let's evaluate it using the same purge hooks we have setup in bibs-next. https://github.com/patronage/bubs-next/blob/3b72e4b30c1028b4f1f1b87e34ff9675af57650a/wordpress/wp-content/themes/headless/setup/helpers/webhooks.php#L7
Focus areas:
The text was updated successfully, but these errors were encountered:
We should also look into this for Cloudflare.
Their default plugin doesn't seem to support purging cache when menus are updated, and not on code deploys either:
Also for Kinsta (we have a few sites there): https://github.com/ItinerisLtd/trellis-purge-kinsta-cache-during-deploy
Sorry, something went wrong.
No branches or pull requests
WP Engine has an API that can be used to clear the cache:
https://wpengineapi.com/reference
https://wpengine.com/support/enabling-wp-engine-api/
Let's evaluate it using the same purge hooks we have setup in bibs-next.
https://github.com/patronage/bubs-next/blob/3b72e4b30c1028b4f1f1b87e34ff9675af57650a/wordpress/wp-content/themes/headless/setup/helpers/webhooks.php#L7
Focus areas:
The text was updated successfully, but these errors were encountered: