Hey there,
I was currently searching for a hook that fires after cornerstone is saving his data to its postmeta values and to the post content section.
Unfortunately I was not able to find a action or a filter who fires especially just for the saving of cornerstone.
In the end I tried the default wp_insert_post
hook, but this is also not possible in my case, because I use the wp_update_post
hook inside the custom wp_insert_post
function wich triggers a loop.
At the moment there is no possibility to have a specific hook regarding to that.
It’ll be cool if someone can include an action to the end of the ajax_handler
function in the following file:
/wp-content/themes/pro/cornerstone/includes/classes/builder/class-save-handler.php
after line 65.