Support

Search results for ""

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

Trigger save_post acf hook after inline edit

Hello all,

Is there a hook available I can use to trigger a save post action after a value has been updated using the inline edit feature in Admin Columns?

I could not find anything in the plugin code yet

Looking forward to your reply

1 week, 6 days ago
Stefan van den Dungen Gronovius
Developer

Hello,

Absolutely, there is a hook that fires after the value is saved with our inline edit feature.
https://github.com/codepress/admin-columns-hooks/blob/master/acp-editing-saved.php#L45

One note, this or next month, our 7.0 version will be released where this hook is changed.
There is already a new example ready in a separate branch that shows how to do this in version 7.

https://github.com/codepress/admin-columns-hooks/blob/refactor/ac-editing-saved.php

1 week, 2 days ago

You must be logged in to reply to this topic.