/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/src/Tracking
Edit: /var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/src/Tracking/AdminSettings.php (1516B)
__('Anonymous Usage Tracking', 'give'),
'label' => esc_html__('Allow usage of GiveWP to be tracked.', 'give'),
'desc' => esc_html__(
'Can GiveWP collect data about the usage of the plugin? Usage data is completely anonymous, does not include any personal information, and will only be used to improve the software.',
'give'
),
'id' => Settings::USAGE_TRACKING_OPTION_KEY,
'type' => 'radio_inline',
'default' => 'disabled',
'options' => [
'enabled' => esc_html__('Enabled', 'give'),
'disabled' => esc_html__('Disabled', 'give'),
],
],
]
);
return $settings;
}
}