Support

Account

Home Forums Front-end Issues Edit Post Form sets comment_status OFF Reply To: Edit Post Form sets comment_status OFF

  • Hi @adeon

    In that case, you need to set the ‘post_id’ option to ‘new_post’ instead of ‘new’ like this:

    'post_id' => 'new_post',

    Thanks 🙂