Support

Account

Home Forums Backend Issues (wp-admin) Auto Custom Post Type Title Reply To: Auto Custom Post Type Title

  • You need to use the acf/save_post hook https://www.advancedcustomfields.com/resources/acfsave_post/

    and use wp_update_post() to update the title and maybe the page slug https://codex.wordpress.org/Function_Reference/wp_update_post.