is_readable( $file ) ? require_once $file : null, [ ...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' ), ] ); }