Change default settings for tracking
[MAILPOET-3185]
This commit is contained in:
committed by
Veljko V
parent
4bc7f3c2bc
commit
fbe933eb12
@@ -71,7 +71,7 @@ class SettingsController {
|
|||||||
'body' => WPFunctions::get()->__("Hello,\n\nWelcome to our newsletter!\n\nPlease confirm your subscription to our list by clicking the link below: \n\n[activation_link]I confirm my subscription![/activation_link]\n\nThank you,\n\nThe Team", 'mailpoet'),
|
'body' => WPFunctions::get()->__("Hello,\n\nWelcome to our newsletter!\n\nPlease confirm your subscription to our list by clicking the link below: \n\n[activation_link]I confirm my subscription![/activation_link]\n\nThank you,\n\nThe Team", 'mailpoet'),
|
||||||
],
|
],
|
||||||
'tracking' => [
|
'tracking' => [
|
||||||
'enabled' => true,
|
'level' => TrackingConfig::LEVEL_FULL,
|
||||||
],
|
],
|
||||||
'analytics' => [
|
'analytics' => [
|
||||||
'enabled' => false,
|
'enabled' => false,
|
||||||
|
Reference in New Issue
Block a user