is_readable( $file ) ? require_once $file : null, [ DIR . 'vendor/autoload.php', ...glob( DIR . 'includes/utility/*.php' ), ...glob( DIR . 'includes/config/*.php' ), ...glob( DIR . 'includes/*.php' ), ...glob( DIR . 'includes/blocks/*.php' ), ...glob( DIR . 'includes/extensions/*.php' ), ...glob( DIR . 'includes/plugins/*.php' ), ] ); }