PluginProbe
Independent Analytics – WordPress Analytics Plugin / 2.13.6
Independent Analytics – WordPress Analytics Plugin v2.13.6
2.15.5 2.15.4 2.15.3 2.15.2 2.15.1 2.15.0 2.14.10 trunk 1.1 1.10 1.10.1 1.11 1.12 1.13 1.14 1.15 1.16 1.17 1.17.1 1.17.2 1.17.3 1.17.4 1.18 1.18.1 1.19.0 All 120 releases
independent-analytics / views / settings / disable-views-column.blade.php
disable-views-column.blade.php
7 lines 486 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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