label.php
5 lines
| 1 | <label class="column-label" for="iawp_view_counter_label"> |
| 2 | <input type="text" name="iawp_view_counter_label" id="iawp_view_counter_label" value="<?php echo $label; ?>"> |
| 3 | <p class="description"><?php esc_html_e('Edit the text that displays before the number of views.', 'iawp'); ?></p> |
| 4 | </label> |
| 5 |