view-counter
2 years ago
block-by-role.blade.php
2 years ago
block-ips.blade.php
2 years ago
capabilities.blade.php
2 years ago
dark-mode.blade.php
2 years ago
delete.blade.php
2 years ago
disable-admin-toolbar-analytics.blade.php
2 years ago
disable-views-column.blade.php
2 years ago
disable-widget.blade.php
2 years ago
email-reports.blade.php
2 years 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
2 years ago
refresh-salt.blade.php
2 years ago
track-authenticated-users.blade.php
2 years ago
view-counter.blade.php
2 years ago
disable-views-column.blade.php
7 lines
| 1 | <label class="column-label" for="iawp_disable_views_column"> |
| 2 | <input type="checkbox" name="iawp_disable_views_column" |
| 3 | id="iawp_disable_views_column" <?php checked(true, $value, true); ?>> |
| 4 | <span><?php esc_html_e('Disable the "Views" column in the post menus', 'independent-analytics'); ?></span> |
| 5 | <p class="description"><?php esc_html_e("This hides the \"Views\" column that appears in the Posts menu and other CPT menus.", 'independent-analytics'); ?></p> |
| 6 | </label> |
| 7 |