view_counter
3 years ago
block_by_role.php
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
email_reports.php
3 years ago
export.php
3 years ago
first_day_of_week.php
3 years ago
index.php
3 years ago
notice.php
3 years ago
track_authenticated_users.php
3 years ago
view_counter.php
3 years ago
export.php
15 lines
| 1 | <div class="export-settings settings-container"> |
| 2 | <h2><?php esc_html_e('Export', 'iawp'); ?></h2> |
| 3 | <div class="button-group"> |
| 4 | <button id="iawp-export-views" |
| 5 | class="iawp-button ghost-purple"><?php esc_html_e('Export Pages', 'iawp'); ?></button> |
| 6 | <button id="iawp-export-referrers" |
| 7 | class="iawp-button ghost-purple"><?php esc_html_e('Export Referrers', 'iawp'); ?></button> |
| 8 | <button id="iawp-export-geo" |
| 9 | class="iawp-button ghost-purple"><?php esc_html_e('Export Geolcations', 'iawp'); ?></button> |
| 10 | <?php if (iawp_is_pro()): ?> |
| 11 | <button id="iawp-export-campaigns" |
| 12 | class="iawp-button ghost-purple"><?php esc_html_e('Export Campaigns', 'iawp'); ?></button> |
| 13 | <?php endif; ?> |
| 14 | </div> |
| 15 | </div> |