| 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() ); ?> |