diff --git a/wp-feature-notifications.php b/wp-feature-notifications.php index db81fef2..0a86f73f 100644 --- a/wp-feature-notifications.php +++ b/wp-feature-notifications.php @@ -33,8 +33,6 @@ define( 'WP_NOTIFICATION_CENTER_PLUGIN_DIR_URL', plugin_dir_url( __FILE__ ) ); } -require_once WP_NOTIFICATION_CENTER_PLUGIN_DIR . '/vendor/autoload.php'; - // Require interface/class declarations.. require_once WP_NOTIFICATION_CENTER_PLUGIN_DIR . '/includes/exceptions/interface-wp-notify-exception.php'; require_once WP_NOTIFICATION_CENTER_PLUGIN_DIR . '/includes/exceptions/class-wp-notify-runtime-exception.php';