Support

Account

Home Forums Backend Issues (wp-admin) Updating post not working Reply To: Updating post not working

  • adding ‘new_post’ => false,

    doesn’t work either even tho documentation indicates it should:
    /* (int|string) The post ID to load data from and save data to. Defaults to the current post ID.
    Can also be set to ‘new_post’ to create a new post on submit */
    ‘post_id’ => false,