Hi, I’ve written a custom plugin that purges the Cloudflare cache whenever a page or post is saved. This ensures the front-end will always reflect the latest changes.
It works fine with regular WordPress pages/posts created in the WordPress standard editor, but doesn’t seem to fire when I save a page using Cornerstone. The hook I’m triggering on right now is the WordPress “save_post” hook. What hook is Cornerstone using when a page is saved? I want to trigger off that hook as well, but I don’t know what it is.