view-counter
1 year ago
block-by-role.blade.php
1 year ago
block-ips.blade.php
1 year ago
capabilities.blade.php
1 year ago
dark-mode.blade.php
2 years ago
delete.blade.php
1 year ago
disable-admin-toolbar-analytics.blade.php
2 years ago
disable-views-column.blade.php
1 year ago
disable-widget.blade.php
2 years ago
email-reports.blade.php
1 year ago
export-data.blade.php
2 years ago
export-reports.blade.php
2 years ago
first-day-of-week.blade.php
2 years ago
index.blade.php
2 years ago
notice.blade.php
2 years ago
pruner.blade.php
1 year ago
refresh-salt.blade.php
2 years ago
track-authenticated-users.blade.php
2 years ago
view-counter.blade.php
2 years ago
woocommerce.blade.php
1 year ago
export-data.blade.php
23 lines
| 1 | <div class="export-settings settings-container"> |
| 2 | <div class="heading"> |
| 3 | <h2><?php esc_html_e('Export Data to CSV', 'independent-analytics'); ?></h2> |
| 4 | <a class="tutorial-link" href="https://independentwp.com/knowledgebase/data/import-export-data/" target="_blank"> |
| 5 | <?php esc_html_e('Read Tutorial', 'independent-analytics'); ?> |
| 6 | </a> |
| 7 | </div> |
| 8 | <p><?php esc_html_e('Export all historical data to CSV.', 'independent-analytics'); ?></p> |
| 9 | <div class="button-group"> |
| 10 | <button id="iawp-export-views" |
| 11 | class="iawp-button ghost-purple"><?php esc_html_e('Export Pages', 'independent-analytics'); ?></button> |
| 12 | <button id="iawp-export-referrers" |
| 13 | class="iawp-button ghost-purple"><?php esc_html_e('Export Referrers', 'independent-analytics'); ?></button> |
| 14 | <button id="iawp-export-geo" |
| 15 | class="iawp-button ghost-purple"><?php esc_html_e('Export Geolocations', 'independent-analytics'); ?></button> |
| 16 | <button id="iawp-export-devices" |
| 17 | class="iawp-button ghost-purple"><?php esc_html_e('Export Devices', 'independent-analytics'); ?></button> |
| 18 | <?php if (iawp_is_pro()): ?> |
| 19 | <button id="iawp-export-campaigns" |
| 20 | class="iawp-button ghost-purple"><?php esc_html_e('Export Campaigns', 'independent-analytics'); ?></button> |
| 21 | <?php endif; ?> |
| 22 | </div> |
| 23 | </div> |