Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
fjverderas

save_post hook doesn´t call in acf inline edition

When I change a acf field value with the inline edition an save. It doesn´t call the save_post hook.
Is there any way to do it?

4 years, 10 months ago
Stefan
Developer

You’re right we don’t use the save_post hook for (most) inline edit feature since most of the time we’re changing a custom field. The update_post_meta() method does not trigger this event.

The following page explains one of our hooks and how you can use it to update a post after using inline edit.

acp/editing/saved

4 years, 10 months ago
Darren

thats great, works a treat, top banana!

4 years, 8 months ago

You must be logged in to reply to this topic.