Support

Account

Home Forums Front-end Issues Updating post modified date Reply To: Updating post modified date

  • Hi @dano23

    I’m afraid you need to use the acf/save_post hook and then update the modified date manually using the wpdb class. Please take a look at this thread to learn more about it: http://stackoverflow.com/questions/27308459/wordpress-change-last-modified-date-of-the-post-to-post-date-scheduled-post.

    Hope this helps.