view-counter
1 year ago
block-by-role.blade.php
1 year ago
block-ips.blade.php
1 year ago
capabilities.blade.php
1 year ago
dark-mode.blade.php
2 years ago
delete.blade.php
1 year ago
disable-admin-toolbar-analytics.blade.php
2 years ago
disable-views-column.blade.php
1 year ago
disable-widget.blade.php
2 years ago
email-reports.blade.php
1 year ago
export-data.blade.php
2 years ago
export-reports.blade.php
2 years ago
first-day-of-week.blade.php
2 years ago
index.blade.php
2 years ago
notice.blade.php
2 years ago
pruner.blade.php
1 year ago
refresh-salt.blade.php
2 years ago
track-authenticated-users.blade.php
2 years ago
view-counter.blade.php
2 years ago
refresh-salt.blade.php
8 lines
| 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 |