Need some detail/documentation on what Wordpress actions are fired by Elementor and when #22269
jkburges
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
What problem is your feature request going to solve? Please describe.
Hi, I am experiencing an unwanted interaction between Elementor (or related) plugins and the Staatic plugin (publishes a static version of site) which we have in our wordpress installation.
Staatic has a feature where after a page or post edit, it will crawl the updated page and push a static version of the page to separate storage. However, what we are seeing is that after one clicks “Update” in the Elementor editor, the staatic publish fires but it is somehow fetching a stale version of the content (i.e. how it was before the edit/update).
According to the staatic plugin developers, the publish is triggered by the post_updated wordpress action. Does the Elementor plugin somehow result in this action being fired before the page/post is fully updated?
FWIW, we have no caching plugins installed, but aside from the staatic plugin and Elementor itself, we have some Elementor-based plugins – elementor-pro, powerpack-elements, the-plus-addons-for-elementor-page-builder, theplus_elementor_addon, ultimate-elementor, unlimited-elements-for-elementor-premium – in case that matters.
Describe the solution you'd like
I would like to know why the
post_updatedactions fires before the post appears to be updated.Describe alternatives you've considered
No response
Additional context
I was sent here by Sergio from Premium Support.
All reactions