From 5a709fdd270ec08f0f8c8edb51839632b4dfc2e7 Mon Sep 17 00:00:00 2001 From: Bruno Ferreira Date: Wed, 18 Oct 2023 19:17:29 +0000 Subject: [PATCH] refactor: add lkn_wcip_template_logo_url option to uninstall.php --- uninstall.php | 1 + 1 file changed, 1 insertion(+) diff --git a/uninstall.php b/uninstall.php index 95a8ec1..f2525a3 100755 --- a/uninstall.php +++ b/uninstall.php @@ -30,3 +30,4 @@ delete_option('lkn_wcip_invoices'); delete_option('lkn_wcip_global_pdf_template_id'); +delete_option('lkn_wcip_template_logo_url');