All Topics
Hook to inline edit
Hi there,
I try to do the following. I have a CPT with a hidden title field when editing the title, but the title is programmatically set on save and update (uses value of a ACF field to set the title).
Everything works fine, (I use the ‘wp_insert_post_data’ filter to modify the title), except from inline editing. When I edit the relevant ACF field using inline editing, the title is not being updated.
Is there any hook I can use when using inline editing of a ACF field to update the title?
Best regards,
Sebastian
You must be logged in to reply to this topic.