PluginProbe
Taskbuilder – Project Management & Task Management Tool With Kanban Board / 4.0.7
Taskbuilder – Project Management & Task Management Tool With Kanban Board v4.0.7
6.0.5 6.0.2 6.0.3 6.0.4 6.0.1 6.0.0 5.0.8 5.0.9 4.0.9 5.0.0 5.0.1 5.0.2 5.0.3 5.0.4 5.0.5 5.0.6 5.0.7 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 All 57 releases
taskbuilder / includes / admin / wppm_other_plugins.php

wppm_other_plugins.php in Taskbuilder – Project Management & Task Management Tool With Kanban Board 4.0.7, at includes/admin/wppm_other_plugins.php

43 lines 2.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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>