\WCML\functions\isStandAlone() ? \WCML\StandAlone\NullSitePress::class : \SitePress::class, ]; } /** * @return array */ public static function getDelegated() { return [ \WCML_Exchange_Rates::class => [ \WCML_Exchange_Rates::class, 'create' ], ]; } }