view_counter
3 years ago
block_ips.php
3 years ago
capabilities.php
3 years ago
dark_mode.php
3 years ago
delete.php
3 years ago
export.php
3 years ago
first_day_of_week.php
3 years ago
index.php
3 years ago
track_authenticated_users.php
3 years ago
view_counter.php
3 years ago
export.php
21 lines
| 1 | <div class="export-settings settings-container"> |
| 2 | <h2><?php |
| 3 | esc_html_e( 'Export', 'iawp' ); |
| 4 | ?></h2> |
| 5 | <div class="button-group"> |
| 6 | <button id="iawp-export-views" |
| 7 | class="iawp-button ghost-purple"><?php |
| 8 | esc_html_e( 'Export views', 'iawp' ); |
| 9 | ?></button> |
| 10 | <button id="iawp-export-referrers" |
| 11 | class="iawp-button ghost-purple"><?php |
| 12 | esc_html_e( 'Export referrers', 'iawp' ); |
| 13 | ?></button> |
| 14 | <button id="iawp-export-geo" |
| 15 | class="iawp-button ghost-purple"><?php |
| 16 | esc_html_e( 'Export geo', 'iawp' ); |
| 17 | ?></button> |
| 18 | <?php |
| 19 | ?> |
| 20 | </div> |
| 21 | </div> |