Skip to content

Commit

Permalink
lazy load API class again
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Jan 29, 2025
1 parent b6fa564 commit 64d337c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
require __DIR__ . '/includes/forms/admin-functions.php';
require __DIR__ . '/includes/integrations/functions.php';

require __DIR__ . '/includes/api/class-api-v3.php';

spl_autoload_register(function ($class) {
static $classmap = [
'MC4WP_API_Connection_Exception' => '/includes/api/class-connection-exception.php',
Expand Down

0 comments on commit 64d337c

Please sign in to comment.