PluginProbe
Hide/Remove Metadata / trunk
Hide/Remove Metadata vtrunk
trunk 1.0.0 1.0.1 1.1 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 2.0 2.1
hide-metadata / partials / sidebar.php

sidebar.php in Hide/Remove Metadata trunk, at partials/sidebar.php

48 lines 3.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 if (! defined('ABSPATH')) {
4 exit; // Exit if accessed directly
5 }
6
7 ?>
8 <div class="catchp-widget-sidebar" id="sidebar-container">
9 <div id="sidebar">
10 <div class="catch-sidebar-title highlighted"><?php esc_html_e('Recommendations', 'hide-metadata'); ?></div>
11
12 <div class="catchp-sidebar-spot-wrapper">
13 <div class="catchp-sidebar-spot">
14 <div class="sidebar-spot-inner">
15 <h3><?php esc_html_e('Premium Themes', 'hide-metadata'); ?></h3>
16 <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.', 'hide-metadata'); ?> <a target="_blank" href="https://catchthemes.com/themes/category/premium/"><?php esc_html_e('Check our premium themes.', 'hide-metadata'); ?></a></p>
17 <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>
18 </div>
19 </div>
20 <div class="catchp-sidebar-spot">
21 <div class="sidebar-spot-inner">
22 <h3><?php esc_html_e('Free Themes', 'hide-metadata'); ?></h3>
23 <p><?php esc_html_e('Check out our collection of Free WordPress Themes that are clean, simple and feature-rich.', 'hide-metadata'); ?> <a target="_blank" href="https://catchthemes.com/themes/category/free/"><?php esc_html_e('Check our free themes.', 'hide-metadata'); ?></a></p>
24 <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>
25 </div>
26 </div>
27 <div class="catchp-sidebar-spot">
28 <div class="sidebar-spot-inner">
29 <h3><?php esc_html_e('Premium Plugins', 'hide-metadata'); ?></h3>
30 <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!', 'hide-metadata'); ?> <a target="_blank" href="https://catchplugins.com/plugins/tag/pro/"><?php esc_html_e('Check our premium plugins.', 'hide-metadata'); ?></a></p>
31 <a class="catch-banner-link" target="_blank" href="https://catchplugins.com/plugins/tag/pro/">
32 <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>
33 </div>
34 </div>
35
36 <div class="catchp-sidebar-spot">
37 <div class="sidebar-spot-inner">
38 <h3><?php esc_html_e('Free Plugins', 'hide-metadata'); ?></h3>
39 <p><?php esc_html_e('Check out our Free WordPress Plugins and get the taste of our service without affecting your wallet.', 'hide-metadata'); ?>
40 <a target="_blank" href="https://catchplugins.com/plugins/tag/free/"><?php esc_html_e('check our free plugins.', 'hide-metadata'); ?></a>
41 </p>
42 <a class="catch-banner-link" target="_blank" href="https://catchplugins.com/plugins/tag/free/">
43 <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>
44 </div>
45 </div>
46 </div><!-- .catchp-sidebar-spot-wrapper -->
47 </div>
48 </div>