Remove Creative Mail from woocommerce defaults.
This commit is contained in:
parent
82b90d07ec
commit
7d0a49a15b
|
@ -50,7 +50,6 @@ class DefaultFreeExtensions {
|
||||||
self::get_plugin( 'mailpoet:alt' ),
|
self::get_plugin( 'mailpoet:alt' ),
|
||||||
self::get_plugin( 'mailchimp-for-woocommerce' ),
|
self::get_plugin( 'mailchimp-for-woocommerce' ),
|
||||||
self::get_plugin( 'klaviyo' ),
|
self::get_plugin( 'klaviyo' ),
|
||||||
self::get_plugin( 'creative-mail-by-constant-contact' ),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
|
@ -176,13 +175,6 @@ class DefaultFreeExtensions {
|
||||||
'manage_url' => 'admin.php?page=klaviyo_settings',
|
'manage_url' => 'admin.php?page=klaviyo_settings',
|
||||||
'is_built_by_wc' => false,
|
'is_built_by_wc' => false,
|
||||||
),
|
),
|
||||||
'creative-mail-by-constant-contact' => array(
|
|
||||||
'name' => __( 'Creative Mail for WooCommerce', 'woocommerce' ),
|
|
||||||
'description' => __( 'Create on-brand store campaigns, fast email promotions and customer retargeting with Creative Mail.', 'woocommerce' ),
|
|
||||||
'image_url' => plugins_url( '/assets/images/onboarding/creative-mail-by-constant-contact.png', WC_PLUGIN_FILE ),
|
|
||||||
'manage_url' => 'admin.php?page=creativemail',
|
|
||||||
'is_built_by_wc' => false,
|
|
||||||
),
|
|
||||||
'codistoconnect' => array(
|
'codistoconnect' => array(
|
||||||
'name' => __( 'Codisto for WooCommerce', 'woocommerce' ),
|
'name' => __( 'Codisto for WooCommerce', 'woocommerce' ),
|
||||||
'description' => sprintf(
|
'description' => sprintf(
|
||||||
|
|
Loading…
Reference in New Issue