| 1 |
<label class="column-label" for="iawp_refresh_salt"> |
| 2 |
<input type="checkbox" name="iawp_refresh_salt" id="iawp_refresh_salt" <?php checked(true, $refresh_salt, true); ?>> |
| 3 |
<span><?php esc_html_e('Refresh the visitor salt every day', 'independent-analytics'); ?></span> |
| 4 |
<p class="description"> |
| 5 |
<?php echo esc_html__("This improves data privacy at the expense of unique visitor count accuracy.", 'independent-analytics') . ' <a href="https://independentwp.com/knowledgebase/data/refresh-visitor-salt/" target="_blank">'. esc_html__('Learn more.', 'independent-analytics') .'</a>'; ?> |
| 6 |
</p> |
| 7 |
</label> |
| 8 |
|