Home › Forums › General Issues › Help with acf/save_post – REST API to ACF v2 › Reply To: Help with acf/save_post – REST API to ACF v2
No luck so far unfortunately. I emailed the REST to ACF plugin author (who replied very quickly!) and he confirmed there currently isn’t an action to indicate an item was saved. His only suggestion was a filter that runs prior to saving ACF.
add_action('acf/rest_api/post/prepare_item', function($item, $request){
// do something
}, 10, 2);
Not too sure if that would help anyone else – if someone finds a creative solution please let me know!
For the time being, I’m thinking of just setting up a CRON job to email every x amount of minutes/hours.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.