is_readable( $file ) ? require_once $file : null, [ ...glob( DIR . 'includes/utility/*.php' ), ...glob( DIR . 'includes/api/*.php' ), ...glob( DIR . 'includes/*.php' ), ...glob( DIR . 'includes/block-filters/*.php' ), ...glob( DIR . 'includes/extensions/*.php' ), ] ); }