view_counter
3 years ago
block_by_role.php
3 years ago
block_ips.php
3 years ago
capabilities.php
3 years ago
dark_mode.php
3 years ago
delete.php
3 years ago
disable_admin_toolbar_analytics.php
3 years ago
email_reports.php
3 years ago
export.php
3 years ago
first_day_of_week.php
3 years ago
hide_analytics_in_admin_toolbar.php
3 years ago
index.php
3 years ago
notice.php
3 years ago
track_authenticated_users.php
3 years ago
view_counter.php
3 years ago
disable_admin_toolbar_analytics.php
7 lines
| 1 | <label class="column-label" for="iawp_disable_admin_toolbar_analytics"> |
| 2 | <input type="checkbox" name="iawp_disable_admin_toolbar_analytics" |
| 3 | id="iawp_disable_admin_toolbar_analytics" <?php checked(true, $value, true); ?>> |
| 4 | <span><?php esc_html_e('Disable admin toolbar stats', 'independent-analytics'); ?></span> |
| 5 | <p class="description"><?php esc_html_e("This hides the stats that appear in the admin toolbar when you view a post or page.", 'independent-analytics'); ?></p> |
| 6 | </label> |
| 7 |