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