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 eba7ecb commit 4529f40Copy full SHA for 4529f40
mailchimp.php
@@ -36,17 +36,6 @@
36
37
use function Mailchimp\WordPress\Includes\Admin\{admin_notice_error, admin_notice_success};
38
39
-// Define the path to the Composer autoload file
40
-$autoloadFile = __DIR__ . '/vendor/autoload.php';
41
-
42
-// Check if the autoload file exists
43
-if ( ! file_exists( $autoloadFile ) ) {
44
- die( 'Composer autoload file not found. Run `composer install` to generate it.' );
45
-}
46
47
-// Include the autoload file
48
-require_once $autoloadFile;
49
50
// Version constant for easy CSS refreshes
51
define( 'MCSF_VER', '1.6.2' );
52
0 commit comments