Service to check if Wc Shipping & Tax is active

This commit is contained in:
Narek Zakarian 2023-10-27 11:28:04 +04:00
parent 93abbefb5b
commit 42ee355919
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -68,6 +68,9 @@ return array(
'compat.shipstation.is_supported_plugin_version_active' => function (): bool {
return function_exists( 'woocommerce_shipstation_init' );
},
'compat.wc_shipping_tax.is_supported_plugin_version_active' => function (): bool {
return class_exists( 'WC_Connect_Loader' );
},
'compat.module.url' => static function ( ContainerInterface $container ): string {
/**