view-counter
1 year ago
block-by-role.blade.php
1 year ago
block-ips.blade.php
1 year ago
capabilities.blade.php
1 year ago
dark-mode.blade.php
2 years ago
delete.blade.php
1 year ago
disable-admin-toolbar-analytics.blade.php
2 years ago
disable-views-column.blade.php
1 year ago
disable-widget.blade.php
2 years ago
email-reports.blade.php
1 year 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
1 year ago
refresh-salt.blade.php
2 years ago
track-authenticated-users.blade.php
2 years ago
view-counter.blade.php
2 years ago
view-counter.blade.php
19 lines
| 1 | <div class="view-counter-settings settings-container"> |
| 2 | <a class="tutorial-link absolute" href="https://independentwp.com/knowledgebase/dashboard/display-view-counter/" target="_blank"> |
| 3 | <?php esc_html_e('Read Tutorial', 'independent-analytics'); ?> |
| 4 | </a> |
| 5 | <form method="post" action="options.php"> |
| 6 | <?php settings_fields('iawp_view_counter_settings'); ?> |
| 7 | <?php do_settings_sections('independent-analytics-view-counter-settings'); ?> |
| 8 | <div class="shortcode-note"> |
| 9 | <h3><?php esc_html_e('Using the shortcode','independent-analytics'); ?></h3> |
| 10 | <p><?php esc_html_e('You can output the view counter in a custom location using the shortcode:', 'independent-analytics'); ?> |
| 11 | <code>[iawp_view_counter]</code> |
| 12 | </p> |
| 13 | <p><?php esc_html_e('You can also customize the icon display, label, and date range used by the shortcode.', 'independent-analytics'); ?> |
| 14 | <a class="link-purple" style="text-decoration: underline;" href="https://independentwp.com/knowledgebase/dashboard/display-view-counter/" target="_blank"><?php esc_html_e('Learn more', 'independent-analytics'); ?></a> |
| 15 | </p> |
| 16 | </div> |
| 17 | <?php submit_button(__('Save Settings', 'independent-analytics'), 'iawp-button purple', 'save-view-counter-settings'); ?> |
| 18 | </form> |
| 19 | </div> |