threshold.blade.php
5 lines
| 1 | <label class="column-label" for="iawp_view_counter_threshold"> |
| 2 | <input type="number" name="iawp_view_counter_threshold" id="iawp_view_counter_threshold" value="<?php echo esc_attr($threshold); ?>" min="0"> |
| 3 | <p class="description"><?php esc_html_e('Hide the view counter unless it has this many views or more.', 'independent-analytics'); ?></p> |
| 4 | </label> |
| 5 |