Hook/Filter for when a field is edited using the inline edit shortcode?
-
I ran a function that hooked into the acf/save_post filter, and I saw the documentation for replacing that with the frontend admin function…however it doesn’t seem to work when making inline edits to fields. Is there a filter/hook I can use to run a function when a field is updated on the frontend? For example I use the shortcode [frontend_admin field=6616ae6affa75 edit=”true”] to allow users to update a field on the frontend. I just want to be able to run an action (that updates another acf field on that post type), when a specific field is updated this way from the frontend. Anything like that I can use?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Hook/Filter for when a field is edited using the inline edit shortcode?’ is closed to new replies.