Support

Account

Home Forums General Issues Create/update post title from ACF fields Reply To: Create/update post title from ACF fields

  • Hello,

    the problem with this solution is, that this triggers the update of the post two times:

    1. The actual change
    2. The wp_update_post() function to update the title based on an ACF field

    As a result, the revisions get two entries each time they are saved. Is there a way to prevent this?