private.blade.php
6 lines
| 1 | <label class="column-label" for="iawp_view_counter_private"> |
| 2 | <input type="checkbox" name="iawp_view_counter_private" id="iawp_view_counter_private" <?php checked(true, $private, true); ?>> |
| 3 | <span><?php esc_html_e('Make private', 'independent-analytics'); ?></span> |
| 4 | <p class="description"><?php esc_html_e('Only logged-in visitors will see it.', 'independent-analytics'); ?></p> |
| 5 | </label> |
| 6 |