Support

Account

Home Forums Backend Issues (wp-admin) how to detect if post is new or edited with pre_save_post()? Reply To: how to detect if post is new or edited with pre_save_post()?

  • The only reason that this would happen is if there are other pre_save_post filters on and one of them is not doing the correct checking and creating the post before you’re filter is run. Look for other pre_save_post filters.