We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6fa564 commit 64d337cCopy full SHA for 64d337c
autoload.php
@@ -6,8 +6,6 @@
6
require __DIR__ . '/includes/forms/admin-functions.php';
7
require __DIR__ . '/includes/integrations/functions.php';
8
9
-require __DIR__ . '/includes/api/class-api-v3.php';
10
-
11
spl_autoload_register(function ($class) {
12
static $classmap = [
13
'MC4WP_API_Connection_Exception' => '/includes/api/class-connection-exception.php',
0 commit comments