PluginProbe
Pixelavo – Server Side Tracking & Pixel + AI Ads Tools / 1.0.8
Pixelavo – Server Side Tracking & Pixel + AI Ads Tools v1.0.8
1.5.5 1.5.4 trunk 1.0.0 1.0.1 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.1 1.2.2 All 47 releases
pixelavo / admin / settings-panel / includes / templates / sidebar-banner.php

sidebar-banner.php in Pixelavo – Server Side Tracking & Pixel + AI Ads Tools 1.0.8, at admin/settings-panel/includes/templates/sidebar-banner.php

26 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php ob_start(); ?>
2 <div class="pixelavo-opt-admin-sidebar">
3
4 <div class="pixelavo-opt-get-pro">
5 <h3 class="pixelavo-opt-get-pro-title"><?php _e('Get Pixelavo Pro', 'pixelavo')?></h3>
6 <ul>
7 <li><?php _e('Multiple Pixel Support', 'pixelavo') ?></li>
8 <li><?php _e('Multiple Custom Event Support', 'pixelavo') ?></li>
9 <li><?php _e('WooCommerce Integration', 'pixelavo') ?></li>
10 <li><?php _e('Exclude Bouncing Visitors', 'pixelavo') ?></li>
11 <li><?php _e('Advanced Matching to Boost Meta Conversions', 'pixelavo') ?></li>
12 <li><?php _e('Additional User Information', 'pixelavo') ?></li>
13 <li><?php _e('Additional Purchase Information', 'pixelavo') ?></li>
14 </ul>
15 <a href="https://hasthemes.com/plugins/facebook-pixel-wordpress-plugin/" class="button pixelavo-opt-get-pro-btn" target="_blank">Get Pro Now</a>
16 </div>
17
18 <div class="pixelavo-opt-support">
19 <img src="<?php echo esc_url(PIXELAVO_PL_URL.'admin/settings-panel/assets/images/icons/customer-service.png'); ?>" alt="<?php echo esc_attr__( 'Support And Feedback', 'pixelavo' ); ?>" width="65" height="65">
20 <h3 class="pixelavo-opt-support-title"><?php _e('Support And Feedback', 'pixelavo')?></h3>
21 <p><?php _e('If you have any questions, concerns, or feedback, please do not hesitate to reach out to us. We are always available and ready to assist you with your needs. Thank you for choosing our products and services, and we look forward to hearing from you soon!', 'pixelavo')?></p>
22 <a href="https://hasthemes.com/contact-us/" class="button pixelavo-opt-support-btn" target="_blank">Get Support</a>
23 </div>
24
25 </div>
26 <?php echo apply_filters('pixelavo_admin_sidebar', ob_get_clean() ); ?>