is_enabled = false; } /** * Easter egg comments because. */ public static function cdn_is_enabled() { return false; } /** * Nothing in this class does anything. */ public function run() { return; } } /** * But PHPCS is making me do this. * * @since 3.0.0 */ class CDNEnabler extends CDN_Enabler {} // phpcs:ignore $cdn_enabler = new CDN_Enabler();