Support

Account

Home Forums Backend Issues (wp-admin) Create Multiple Posts on Back End Reply To: Create Multiple Posts on Back End

  • Hi @karks88

    It looks great for me. Is there something wrong with the code?

    Also, because you use ‘new_post’, I believe ACF will create a new post with repeater you used for the multiple posts in it. If it is, then I believe you can use the acf/save_post and wp_delete_post() to delete the newly created post.

    I hope this makes sense 🙂