PluginProbe
Independent Analytics – WordPress Analytics Plugin / 2.14.0
Independent Analytics – WordPress Analytics Plugin v2.14.0
2.15.5 2.15.4 2.15.3 2.15.2 2.15.1 2.15.0 2.14.10 trunk 1.1 1.10 1.10.1 1.11 1.12 1.13 1.14 1.15 1.16 1.17 1.17.1 1.17.2 1.17.3 1.17.4 1.18 1.18.1 1.19.0 All 120 releases
independent-analytics / views / notices / getting-started.blade.php
getting-started.blade.php
11 lines 807 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="iawp-getting-started-notice">
2 <div class="notice-text">
3 <span><?php esc_html_e('Getting Started Video Tutorial', 'independent-analytics'); ?></span>
4 <p><?php esc_html_e('Learn how to use all the features in Independent Analytics.', 'independent-analytics'); ?></p>
5 </div>
6 <div class="video-thumbnail">
7 <a href="https://independentwp.com/knowledgebase/dashboard/getting-started/?utm_source=User+Dashboard&utm_medium=WP+Admin&utm_campaign=Getting+Started+Notice" target="_blank" class="overlay-link">Watch the video</a>
8 <img src="<?php echo iawp_url_to('img/getting-started-video-thumbnail.png') ?>" />
9 </div>
10 <button class="close-button dismiss-notice" data-notice-id="iawp_show_gsg"><span class="dashicons dashicons-no"></span></button>
11 </div>