Support

Account

Home Forums General Issues ACF save post, check if new post Reply To: ACF save post, check if new post

  • may be that also
    if ( get_post_status ( $post_id ) ) {
    // returns false if post doesnt exist
    }