Support

Account

Home Forums General Issues Add content to ACF Field when post is created not just when saved/updated Reply To: Add content to ACF Field when post is created not just when saved/updated

  • I don’t think you can trigger all posts to be updated, at least not easily.

    I suppose, if you built a function that got all posts in you post type and called do_action('save_post', $post_id); or do_action('acf/save_post', $post_id); that might cause it, but I don’t know what other side effects there may be or even if it will work.