Support

Account

Home Forums General Issues Publish new post & redirect issue Reply To: Publish new post & redirect issue

  • Hi @martines

    You are using the incorrect action:
    do_action('acf_save_post', $post_id);

    should be:

    do_action('acf/save_post', $post_id);

    Please check the core/api.php source code for more.

    Thanks
    E