mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
Add service to check if WC Bookings is active
This commit is contained in:
parent
2c6d84c32c
commit
7ba58ab98a
1 changed files with 3 additions and 0 deletions
|
@ -83,6 +83,9 @@ return array(
|
|||
'compat.wc_shipping_tax.is_supported_plugin_version_active' => function (): bool {
|
||||
return class_exists( 'WC_Connect_Loader' );
|
||||
},
|
||||
'compat.wc_bookings.is_supported_plugin_version_active' => function (): bool {
|
||||
return class_exists( 'WC_Bookings' );
|
||||
},
|
||||
|
||||
'compat.module.url' => static function ( ContainerInterface $container ): string {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue