Fix php linting error.

This commit is contained in:
Gan Eng Chin 2023-07-06 01:45:25 +08:00
parent ba1f76dcfe
commit e004f90c3f
No known key found for this signature in database
GPG Key ID: 94D5D972860ADB01
1 changed files with 2 additions and 2 deletions

View File

@ -171,9 +171,9 @@ class DefaultFreeExtensions {
'manage_url' => 'admin.php?page=mailchimp-woocommerce',
'is_built_by_wc' => false,
),
'klaviyo' => array(
'klaviyo' => array(
'name' => __( 'Klaviyo', 'woocommerce' ),
'description' => __('Grow and retain customers with intelligent, impactful email and SMS marketing automation and a consolidated view of customer interactions.', 'woocommerce' ),
'description' => __( 'Grow and retain customers with intelligent, impactful email and SMS marketing automation and a consolidated view of customer interactions.', 'woocommerce' ),
'image_url' => plugins_url( '/assets/images/onboarding/klaviyo.png', WC_PLUGIN_FILE ),
'manage_url' => 'admin.php?page=klaviyo_settings',
'is_built_by_wc' => false,