'; } public function getSlug(): string { return 'woocommerce-react-product-editor'; } public function run() { new ProductEditor(); } protected function isActiveByDefault(): bool { return false; } /** * Not listed in the module list: the integration is experimental and switched on by its option only * (a store that enabled it earlier keeps it). */ public function addToAddonsSettings( $addons ) { return $addons; } }