← All changes
|
includes/extensions/Activity_Log/templates/view-export.php
+0
-18
51.1.44
→
51.1.86
View file →
| @@ -33,22 +33,4 @@ | ||
| 33 | 33 | <small><?php esc_html_e('Free exports are limited to the retention window (14 days).', 'king-addons'); ?></small> |
| 34 | 34 | </div> |
| 35 | 35 | <?php endif; ?> |
| 36 | 36 | </div> |
| 37 | - | |
| 38 | -<div class="ka-card"> | |
| 39 | - <div class="ka-card-header"> | |
| 40 | - <span class="dashicons dashicons-lock pink"></span> | |
| 41 | - <h2><?php esc_html_e('Pro Exports', 'king-addons'); ?></h2> | |
| 42 | - <?php if (!$is_pro) : ?><span class="ka-pro-badge">PRO</span><?php endif; ?> | |
| 43 | - </div> | |
| 44 | - <div class="ka-card-body"> | |
| 45 | - <ul> | |
| 46 | - <li><?php esc_html_e('JSON export with full metadata', 'king-addons'); ?></li> | |
| 47 | - <li><?php esc_html_e('Scheduled exports to email or storage', 'king-addons'); ?></li> | |
| 48 | - <li><?php esc_html_e('Webhook delivery for SIEM tools', 'king-addons'); ?></li> | |
| 49 | - </ul> | |
| 50 | - <a href="https://kingaddons.com/pricing/" target="_blank" class="ka-btn ka-btn-pink"> | |
| 51 | - <?php esc_html_e('Upgrade to Pro', 'king-addons'); ?> | |
| 52 | - </a> | |
| 53 | - </div> | |
| 54 | -</div> | |