PluginProbe
Independent Analytics – WordPress Analytics Plugin / 1.17.3
Independent Analytics – WordPress Analytics Plugin v1.17.3
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 / templates / settings / view_counter.php
view_counter.php
16 lines 812 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="view-counter-settings settings-container">
2 <form method="post" action="options.php">
3 <?php settings_fields('iawp_view_counter_settings'); ?>
4 <?php do_settings_sections('independent-analytics-view-counter-settings'); ?>
5 <div class="shortcode-note">
6 <p><?php esc_html_e('You can output the view counter in a custom location using the shortcode:', 'iawp'); ?></p>
7 <p><code>[iawp_view_counter label="Views:" icon="1"]</code></p>
8 <p><?php printf(
9 esc_html__('Use %1$s to hide the icon and %2$s to hide the label.', 'iawp'),
10 '<code>icon="0"</code>',
11 '<code>label=""</code>'
12 ); ?></p>
13 </div>
14 <?php submit_button(__('Save Settings', 'iawp'), 'iawp-button purple', 'save-view-counter-settings'); ?>
15 </form>
16 </div>