Skip to content

Commit

Permalink
Merge pull request #111 from MariaMozgunova/main
Browse files Browse the repository at this point in the history
Composer autoload for uninstall
  • Loading branch information
akirk authored Jun 26, 2024
2 parents 3c5f3aa + e35f010 commit 2387661
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2387661

Please sign in to comment.