Remove Creative Mail from WooCommerce defaults. (#40991)
This commit is contained in:
commit
4601f0d259
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
|
||||
Remove Creative Mail for WooCommerce from recommended.
|
|
@ -50,7 +50,6 @@ class DefaultFreeExtensions {
|
|||
self::get_plugin( 'mailpoet:alt' ),
|
||||
self::get_plugin( 'mailchimp-for-woocommerce' ),
|
||||
self::get_plugin( 'klaviyo' ),
|
||||
self::get_plugin( 'creative-mail-by-constant-contact' ),
|
||||
),
|
||||
),
|
||||
array(
|
||||
|
@ -177,13 +176,6 @@ class DefaultFreeExtensions {
|
|||
'manage_url' => 'admin.php?page=klaviyo_settings',
|
||||
'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(
|
||||
'name' => __( 'Codisto for WooCommerce', 'woocommerce' ),
|
||||
'description' => sprintf(
|
||||
|
|
Loading…
Reference in New Issue