diff --git a/modules/ppcp-blocks/extensions.php b/modules/ppcp-blocks/extensions.php index a882fe1e9..23218b89c 100644 --- a/modules/ppcp-blocks/extensions.php +++ b/modules/ppcp-blocks/extensions.php @@ -53,6 +53,13 @@ return array( $subscription_helper = $container->get( 'wc-subscriptions.helper' ); + if ( $subscription_helper->plugin_is_active() ) { + $label .= __( + '
Important: Cannot be deactivated while the WooCommerce Subscriptions plugin is active.