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 7ec8226 commit b6fa564Copy full SHA for b6fa564
autoload.php
@@ -6,6 +6,8 @@
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