Skip to content

Commit 64d337c

Browse files
lazy load API class again
1 parent b6fa564 commit 64d337c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

autoload.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
require __DIR__ . '/includes/forms/admin-functions.php';
77
require __DIR__ . '/includes/integrations/functions.php';
88

9-
require __DIR__ . '/includes/api/class-api-v3.php';
10-
119
spl_autoload_register(function ($class) {
1210
static $classmap = [
1311
'MC4WP_API_Connection_Exception' => '/includes/api/class-connection-exception.php',

0 commit comments

Comments
 (0)