Skip to content

Commit

Permalink
chore: remove autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhooks committed Apr 4, 2023
1 parent c968389 commit f9ade93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wp-feature-notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit f9ade93

Please sign in to comment.