File "tracker-opt-out-notice.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/flexible-shipping-pro/vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-opt-out-notice.php
File size: 372 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace FSProVendor;

if (!\defined('ABSPATH')) {
    exit;
}
?>
<div id="wpdesk_tracker_notice" class="updated notice wpdesk_tracker_notice">
	<p><?php 
\esc_html_e('You successfully opted out of collecting usage data by WP Desk. If you change your mind, you can always opt in later in the plugin\'s quick links.', 'flexible-shipping-pro');
?></p>
</div>
<?php