PluginProbe
WebberZone Top 10 — Popular Posts / trunk
WebberZone Top 10 — Popular Posts vtrunk
4.5.0 4.4.3 4.4.2 4.4.1 4.4.0 4.3.4 4.3.3 4.3.2 4.3.1 4.3.0 trunk 1.0 1.0.1 1.1 1.2 1.3 1.4 1.4.1 1.5 1.5.1 1.5.2 1.5.3 1.6 1.6.1 1.6.2 All 116 releases
top-10 / includes / admin / sidebar.php

sidebar.php in WebberZone Top 10 — Popular Posts trunk, at includes/admin/sidebar.php

85 lines 4.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Sidebar template.
4 *
5 * @package WebberZone\Top_Ten
6 */
7
8 use function WebberZone\Top_Ten\tptn_freemius;
9
10 ?>
11 <div class="postbox-container">
12 <?php if ( ! tptn_freemius()->is_paying() ) { ?>
13 <div id="pro-upgrade-banner">
14 <div class="inside" style="text-align: center">
15 <p><a href="https://webberzone.com/plugins/top-10/pro/" target="_blank"><img src="<?php echo esc_url( TOP_TEN_PLUGIN_URL . 'includes/admin/images/top-ten-pro-banner.png' ); ?>" alt="<?php esc_html_e( 'Top 10 Pro - Buy now!', 'top-10' ); ?>" width="300" height="300" style="max-width: 100%;" /></a></p>
16 <p><?php esc_html_e( 'OR' ); ?></p>
17 <p><a href="https://wzn.io/donate-tptn" target="_blank"><img src="<?php echo esc_url( TOP_TEN_PLUGIN_URL . 'includes/admin/images/support.webp' ); ?>" alt="<?php esc_html_e( 'Support the development - Send us a donation today.', 'top-10' ); ?>" width="300" height="169" style="max-width: 100%;" /></a></p>
18 </div>
19 </div>
20 <?php } ?>
21
22 <div id="qlinksdiv" class="postbox meta-box-sortables">
23 <h2 class='hndle metabox-holder'><span><?php esc_html_e( 'Quick links', 'top-10' ); ?></span></h2>
24
25 <div class="inside">
26 <div id="quick-links">
27 <ul class="subsub">
28 <li>
29 <a href="https://webberzone.com/plugins/top-10/" target="_blank"><?php esc_html_e( 'Top 10 plugin homepage', 'top-10' ); ?></a>
30 </li>
31 <li>
32 <a href="https://webberzone.com/support/product/top-10/" target="_blank"><?php esc_html_e( 'Knowledge Base', 'top-10' ); ?></a>
33 </li>
34 <li>
35 <a href="https://wordpress.org/plugins/top-10/faq/" target="_blank"><?php esc_html_e( 'FAQ', 'top-10' ); ?></a>
36 </li>
37 <li>
38 <a href="https://wordpress.org/support/plugin/top-10/" target="_blank"><?php esc_html_e( 'Support', 'top-10' ); ?></a>
39 </li>
40 <li>
41 <a href="https://wordpress.org/support/plugin/top-10/reviews/" target="_blank"><?php esc_html_e( 'Reviews', 'top-10' ); ?></a>
42 </li>
43 <li>
44 <a href="https://github.com/webberzone/top-10" target="_blank"><?php esc_html_e( 'Github repository', 'top-10' ); ?></a>
45 </li>
46 <li>
47 <a href="https://webberzone.com/" target="_blank"><?php esc_html_e( "Ajay's blog", 'top-10' ); ?></a>
48 </li>
49 </ul>
50 </div>
51 </div><!-- /.inside -->
52 </div><!-- /.postbox -->
53 <div id="pluginsdiv" class="postbox meta-box-sortables">
54 <h2 class='hndle metabox-holder'><span><?php esc_html_e( 'WebberZone plugins', 'top-10' ); ?></span></h2>
55
56 <div class="inside">
57 <div id="quick-links">
58 <ul class="subsub">
59 <li><a href="https://webberzone.com/plugins/contextual-related-posts/" target="_blank"><?php esc_html_e( 'Contextual Related Posts', 'top-10' ); ?></a></li>
60 <li><a href="https://webberzone.com/plugins/better-search/" target="_blank"><?php esc_html_e( 'Better Search', 'top-10' ); ?></a></li>
61 <li><a href="https://webberzone.com/plugins/knowledgebase/" target="_blank"><?php esc_html_e( 'Knowledge Base', 'top-10' ); ?></a></li>
62 <li><a href="https://webberzone.com/plugins/add-to-all/" target="_blank"><?php esc_html_e( 'Snippetz', 'top-10' ); ?></a></li>
63 <li><a href="https://webberzone.com/webberzone-followed-posts/" target="_blank"><?php esc_html_e( 'Followed Posts', 'top-10' ); ?></a></li>
64 <li><a href="https://webberzone.com/plugins/webberzone-link-warnings/" target="_blank"><?php esc_html_e( 'Link Warnings', 'top-10' ); ?></a></li>
65 <li><a href="https://webberzone.com/plugins/popular-authors/" target="_blank"><?php esc_html_e( 'Popular Authors', 'top-10' ); ?></a></li>
66 <li><a href="https://webberzone.com/plugins/autoclose/" target="_blank"><?php esc_html_e( 'Auto Close', 'top-10' ); ?></a></li>
67 </ul>
68 </div>
69 </div><!-- /.inside -->
70 </div><!-- /.postbox -->
71
72
73 </div>
74
75 <div class="postbox-container">
76 <div id="followdiv" class="postbox meta-box-sortables">
77 <h2 class='hndle'><span><?php esc_html_e( 'Follow me', 'top-10' ); ?></span></h2>
78
79 <div class="inside" style="text-align: center">
80 <a href="https://x.com/webberzone/" target="_blank"><img src="<?php echo esc_url( TOP_TEN_PLUGIN_URL . 'includes/admin/images/x.png' ); ?>" width="100" height="100"></a>
81 <a href="https://facebook.com/webberzone/" target="_blank"><img src="<?php echo esc_url( TOP_TEN_PLUGIN_URL . 'includes/admin/images/fb.png' ); ?>" width="100" height="100"></a>
82 </div><!-- /.inside -->
83 </div><!-- /.postbox -->
84 </div>
85