| 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 |
|