From e35f0102581c61fff3d1ec52615d5bc3340d38ed Mon Sep 17 00:00:00 2001 From: Mariia Mozgunova Date: Fri, 1 Mar 2024 23:26:03 +0000 Subject: [PATCH] Autoload for uninstall --- uninstall.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uninstall.php b/uninstall.php index 710f6c4..7e8ad50 100644 --- a/uninstall.php +++ b/uninstall.php @@ -2,6 +2,8 @@ use OpenIDConnectServer\OpenIDConnectServer; +require_once __DIR__ . '/vendor/autoload.php'; + // if uninstall.php is not called by WordPress, die. if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { die;