Add xa-woocommerce-subscriptions to plugin eligibility check
Co-authored-by: James Allan <james.allan@automattic.com>
This commit is contained in:
parent
d77f000e6e
commit
dbe0f5fc54
|
@ -87,6 +87,7 @@ class WcPaySubscriptionsPage {
|
|||
'subscriptions-for-woocommerce-pro',
|
||||
'sumosubscriptions',
|
||||
'yith-woocommerce-subscription',
|
||||
'xa-woocommerce-subscriptions',
|
||||
);
|
||||
foreach ( $plugin_ineligible_list as $plugin_slug ) {
|
||||
if ( in_array( $plugin_slug, $installed_plugins, true ) ) {
|
||||
|
|
Loading…
Reference in New Issue