| 1 |
<?php |
| 2 |
if ( ! defined( 'ABSPATH' ) ) { |
| 3 |
exit; // Exit if accessed directly |
| 4 |
} |
| 5 |
global $wpdb, $wppmfunction; |
| 6 |
?> |
| 7 |
<div class="wppm_bootstrap"> |
| 8 |
<div class="row"> |
| 9 |
<div class="col-sm-12"> |
| 10 |
<h3> |
| 11 |
<?php _e('Our Other Plugins','taskbuilder');?> |
| 12 |
<a href="https://taskbuilder.net/support/" class="btn btn-info wppm-help-site-link" style="float:right;margin-right:1% !important;margin-top:-9px !important;"><?php _e('Need Help? Click Here!','taskbuilder');?></a> |
| 13 |
</h3> |
| 14 |
<div class="wppm_padding_space"></div> |
| 15 |
<div class="row"> |
| 16 |
<div class="col-md-3 col-sm-6 col-xs-12 pricing-widget"> |
| 17 |
<div class="row"> |
| 18 |
<div class="pheader"> |
| 19 |
<h3 class="title"><img src="<?php echo esc_url( WPPM_PLUGIN_URL . 'asset/images/logo-header.png'); ?>"><?php echo esc_html_e('BugTrace – Debug Log Tool','taskbuilder');?></h3> |
| 20 |
</div> |
| 21 |
<div class="pbody"> |
| 22 |
<div class="addon-container"> |
| 23 |
<i class="fas fa-arrow-right"></i> |
| 24 |
<div class="addon-details"> |
| 25 |
<?php |
| 26 |
echo esc_html_e(' BugTrace is a powerful debugging tool that helps you identify and fix issues in your WordPress site quickly and efficiently. With its advanced logging and error tracking features, you can gain valuable insights into your site\'s performance and resolve problems faster than ever before.','taskbuilder');?> |
| 27 |
</div> |
| 28 |
</div> |
| 29 |
</div> |
| 30 |
<div class="pfooter"> |
| 31 |
<div class="purchase_addon"> |
| 32 |
<a href="https://downloads.wordpress.org/plugin/debug-log-tool.1.0.4.zip" target="__blank" type="button" class="btn btn-success"><?php echo esc_html_e('Download','taskbuilder');?></a> |
| 33 |
</div> |
| 34 |
<div> |
| 35 |
<a href="https://wordpress.org/plugins/debug-log-tool/" target="__blank" type="button" class="btn btn-success"><?php echo esc_html_e('View Details','taskbuilder');?></a> |
| 36 |
</div> |
| 37 |
</div> |
| 38 |
</div> |
| 39 |
</div> |
| 40 |
</div> |
| 41 |
</div> |
| 42 |
</div> |
| 43 |
</div> |