alert-coming-soon.php
9 months ago
alert-pro.php
9 months ago
feature-notice.php
1 month ago
footer.php
1 year ago
logo.php
8 months ago
sidebar.php
1 month ago
toast-message.php
9 months ago
feature-notice.php
59 lines
| 1 | <?php |
| 2 | |
| 3 | /** |
| 4 | * Feature Notice - New Analytics Dashboard |
| 5 | * |
| 6 | * Displays a promotional notice for the new Analytics dashboard feature |
| 7 | */ |
| 8 | |
| 9 | if (!defined('ABSPATH')) { |
| 10 | exit; |
| 11 | } |
| 12 | |
| 13 | // Check if notice has been dismissed |
| 14 | $is_feature_notice_dismissed = get_option('embedpress_feature_notice_analytics_dismissed', false); |
| 15 | |
| 16 | // Only show if not dismissed |
| 17 | if ($is_feature_notice_dismissed) { |
| 18 | return; |
| 19 | } |
| 20 | |
| 21 | $analytics_url = admin_url('admin.php?page=embedpress-analytics'); |
| 22 | $learn_more_url = 'https://embedpress.com/docs/analytics-dashboard/'; |
| 23 | $nonce = wp_create_nonce('embedpress_feature_notice_nonce'); |
| 24 | ?> |
| 25 | |
| 26 | <div class="embedpress-feature-notice embedpress-feature-notice-analytics" data-notice-id="analytics"> |
| 27 | <div class="embedpress-feature-notice-container"> |
| 28 | <div class="embedpress-feature-notice-content"> |
| 29 | <div class="embedpress-feature-notice-text"> |
| 30 | <span class="embedpress-feature-notice-badge">🥳 New In EmbedPress:</span> |
| 31 | <span class="embedpress-feature-notice-title"> |
| 32 | Introducing <strong><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 33 | <g clip-path="url(#clip0_2447_7485)"> |
| 34 | <path d="M0.500061 11.5156H2.49994C2.77606 11.5156 3 11.7394 3 12.0155V17.0156C3 17.2917 2.77606 17.5156 2.49994 17.5156H0.500061C0.223938 17.5156 0 17.2917 0 17.0156V12.0155C0 11.7394 0.223938 11.5156 0.500061 11.5156Z" fill="#FF7369" /> |
| 35 | <path d="M5.49988 7.51562H7.49994C7.77606 7.51562 8 7.73956 8 8.01569V17.0157C8 17.2918 7.77606 17.5157 7.49994 17.5157H5.49988C5.22375 17.5157 5 17.2918 5 17.0157V8.01569C5 7.73956 5.22375 7.51562 5.49988 7.51562Z" fill="#FF7369" /> |
| 36 | <path d="M10.5001 9.51562H12.5001C12.7762 9.51562 13 9.73956 13 10.0157V17.0156C13 17.2917 12.7762 17.5157 12.5001 17.5157H10.5001C10.2239 17.5157 10 17.2917 10 17.0156V10.0157C10 9.73956 10.2239 9.51562 10.5001 9.51562Z" fill="#FF7369" /> |
| 37 | <path d="M15.5001 6.51562H17.4999C17.7761 6.51562 18 6.73956 18 7.01569V17.0156C18 17.2917 17.7761 17.5157 17.4999 17.5157H15.5001C15.2239 17.5157 15 17.2917 15 17.0156V7.01569C15 6.73956 15.2239 6.51562 15.5001 6.51562Z" fill="#FF7369" /> |
| 38 | <path d="M16.5 0.515625C15.672 0.516541 15.0009 1.18762 15 2.01563C15.002 2.17896 15.0309 2.34082 15.0857 2.49463L12.5826 3.98254C12.2542 3.63409 11.7779 3.46527 11.3033 3.52881C10.8285 3.59235 10.4136 3.88055 10.1882 4.30316L7.98047 3.20966C7.99127 3.14539 7.99768 3.08057 8.00006 3.01556C8.00116 2.40839 7.63623 1.86053 7.07556 1.62744C6.51489 1.39453 5.86908 1.52252 5.4397 1.95172C5.01013 2.38092 4.88177 3.02655 5.1145 3.5874L2.25073 5.72461C2.02368 5.58929 1.7644 5.51715 1.5 5.51569C0.671631 5.51569 0 6.18713 0 7.01569C0 7.84406 0.671631 8.51569 1.5 8.51569C2.32837 8.51569 3 7.84406 3 7.01569C2.99872 6.83514 2.96466 6.65662 2.89948 6.48834L5.79181 4.32971C6.3576 4.6452 7.06329 4.55273 7.52856 4.10193L10.0391 5.3454C10.2065 6.09082 10.908 6.59106 11.6673 6.50647C12.4266 6.42188 13.0009 5.77972 12.9999 5.01563C12.9999 4.97754 12.9915 4.94165 12.9888 4.9043L15.7112 3.28583C15.9472 3.43506 16.2206 3.51471 16.5 3.51563C17.3284 3.51563 18 2.84399 18 2.01563C18 1.18726 17.3284 0.515625 16.5 0.515625Z" fill="#FFC5C1" /> |
| 39 | </g> |
| 40 | <defs> |
| 41 | <clipPath id="clip0_2447_7485"> |
| 42 | <rect width="18" height="18" fill="white" /> |
| 43 | </clipPath> |
| 44 | </defs> |
| 45 | </svg> |
| 46 | Analytics dashboard</strong> to track every embed performance: see total counts, views, clicks, geo insights, etc. |
| 47 | </span> |
| 48 | <a href="<?php echo esc_url($learn_more_url); ?>" target="_blank" class="embedpress-feature-notice-link"><?php esc_html_e('Learn More', 'embedpress'); ?></a> |
| 49 | </div> |
| 50 | </div> |
| 51 | <!-- <button class="embedpress-feature-notice-close" type="button" aria-label="<?php esc_attr_e('Dismiss notice', 'embedpress'); ?>"> |
| 52 | <span class="dashicons dashicons-no-alt"></span> |
| 53 | </button> --> |
| 54 | </div> |
| 55 | </div> |
| 56 | |
| 57 | <script type="text/javascript"> |
| 58 | var embedpressFeatureNoticeNonce = '<?php echo esc_js($nonce); ?>'; |
| 59 | </script> |