PluginProbe ʕ •ᴥ•ʔ
Catch Scroll Progress Bar / 2.0
Catch Scroll Progress Bar v2.0
trunk 1.0.0 1.1 1.2 1.3 1.4 1.5 1.6 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 2.0 2.1 2.2
catch-scroll-progress-bar / admin / partials / sidebar.php
catch-scroll-progress-bar / admin / partials Last commit date
catch-scroll-progress-bar-admin-display.php 5 months ago dashboard-display.php 5 months ago footer.php 5 months ago sidebar.php 5 months ago
sidebar.php
47 lines
1 <?php
2
3 // Exit if accessed directly
4 if (! defined('ABSPATH')) exit;
5
6 ?>
7 <div class="catchp-widget-sidebar" id="sidebar-container">
8 <div id="sidebar">
9 <div class="catch-sidebar-title highlighted"><?php esc_html_e('Recommendations', 'catch-scroll-progress-bar'); ?></div>
10
11 <div class="catchp-sidebar-spot-wrapper">
12 <div class="catchp-sidebar-spot">
13 <div class="sidebar-spot-inner">
14 <h3><?php esc_html_e('Premium Themes', 'catch-scroll-progress-bar'); ?></h3>
15 <p><?php esc_html_e('Check out our simple, clean and responsive Premium WordPress Themes that come with an array of crucial features with a superior functionality.', 'catch-scroll-progress-bar'); ?> <a target="_blank" href="https://catchthemes.com/themes/category/premium/"><?php esc_html_e('Check our premium themes.', 'catch-scroll-progress-bar'); ?></a></p>
16 <a class="catch-banner-link" target="_blank" href="https://catchthemes.com/themes/category/premium/"><img class="catch-banner-image" src="<?php echo esc_url(plugins_url('images/premium-theme-246x175.jpg', dirname(__FILE__))); ?>" alt="catch" width="246" height="175"></a>
17 </div>
18 </div>
19 <div class="catchp-sidebar-spot">
20 <div class="sidebar-spot-inner">
21 <h3><?php esc_html_e('Free Themes', 'catch-scroll-progress-bar'); ?></h3>
22 <p><?php esc_html_e('Check out our collection of Free WordPress Themes that are clean, simple and feature-rich.', 'catch-scroll-progress-bar'); ?> <a target="_blank" href="https://catchthemes.com/themes/category/free/"><?php esc_html_e('Check our free themes.', 'catch-scroll-progress-bar'); ?></a></p>
23 <a class="catch-banner-link" target="_blank" href="https://catchthemes.com/themes/category/free/"><img class="catch-banner-image" src="<?php echo esc_url(plugins_url('images/free-theme-246x175.jpg', dirname(__FILE__))); ?>" alt="catch" width="246" height="175"></a>
24 </div>
25 </div>
26 <div class="catchp-sidebar-spot">
27 <div class="sidebar-spot-inner">
28 <h3><?php esc_html_e('Premium Plugins', 'catch-scroll-progress-bar'); ?></h3>
29 <p><?php esc_html_e('Check out our secured Premium WordPress Plugins to enhance and add extra functionalities to your website. An exceptional way to get the most out of WordPress!', 'catch-scroll-progress-bar'); ?> <a target="_blank" href="https://catchplugins.com/plugins/tag/pro/"><?php esc_html_e('Check our premium plugins.', 'catch-scroll-progress-bar'); ?></a></p>
30 <a class="catch-banner-link" target="_blank" href="https://catchplugins.com/plugins/tag/pro/">
31 <img class="catch-banner-image" src="<?php echo esc_url(plugins_url('images/premium-plugin-246x116.png', dirname(__FILE__))); ?>" alt="catch" width="246" height="116"></a>
32 </div>
33 </div>
34
35 <div class="catchp-sidebar-spot">
36 <div class="sidebar-spot-inner">
37 <h3><?php esc_html_e('Free Plugins', 'catch-scroll-progress-bar'); ?></h3>
38 <p><?php esc_html_e('Check out our Free WordPress Plugins and get the taste of our service without affecting your wallet.', 'catch-scroll-progress-bar'); ?>
39 <a target="_blank" href="https://catchplugins.com/plugins/tag/free/"><?php esc_html_e('check our free plugins.', 'catch-scroll-progress-bar'); ?></a>
40 </p>
41 <a class="catch-banner-link" target="_blank" href="https://catchplugins.com/plugins/tag/free/">
42 <img class="catch-banner-image" src="<?php echo esc_url(plugins_url('images/free-plugin-246x116.png', dirname(__FILE__))); ?>" alt="catch" width="246" height="116"></a>
43 </div>
44 </div>
45 </div><!-- .catchp-sidebar-spot-wrapper -->
46 </div>
47 </div>