post_status = 'draft'; if ( 'publish' !== $status ) { $post->post_status = 'publish'; } $id = wp_update_post( $post ); wp_send_json_success( $post->post_status ); } } new Sellkit_Global_Checkout();