PluginProbe
Essential Widgets / 3.1
Essential Widgets v3.1
3.2.1 3.3 3.2 trunk 1.0.0 1.0.1 1.1 1.2 1.2.1 1.2.2 1.3 1.4 1.4.1 1.5 1.6 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.8 1.9 2.0 2.1 2.2 All 31 releases
← All changes | admin/partials/sidebar.php +9 -4 1.6 → 3.1 View file →
@@ -1,4 +1,11 @@
1 +<?php
2 +
3 +if ( ! defined( 'ABSPATH' ) ) {
4 + exit; // Exit if accessed directly.
5 +}
6 +?>
7 +
1 8 <div class="catchp-widget-sidebar" id="sidebar-container">
2 9 <div id="sidebar">
3 10 <div class="catch-sidebar-title highlighted"><?php esc_html_e( 'Recommendations', 'essential-widgets' ); ?></div>
4 11
@@ -55,12 +62,10 @@
55 62
56 63 <div class="catchp-sidebar-spot">
57 64 <div class="sidebar-spot-inner">
58 65 <h3><?php esc_html_e( 'Free Plugins', 'essential-widgets' ); ?></h3>
59 - <p><?php esc_html_e( 'Check out our Free WordPress Plugins and get the taste of our service without affecting your wallet.', 'essential-widgets' ); ?> <a target="_blank" href="https://catchplugins.com/plugins/tag/free/
60 -"><?php esc_html_e( 'check our free plugins.', 'essential-widgets' ); ?></a></p>
61 - <a class="catch-banner-link" target="_blank" href="https://catchplugins.com/plugins/tag/free/
62 -">
66 + <p><?php esc_html_e( 'Check out our Free WordPress Plugins and get the taste of our service without affecting your wallet.', 'essential-widgets' ); ?> <a target="_blank" href="https://catchplugins.com/plugins/tag/free/"><?php esc_html_e( 'check our free plugins.', 'essential-widgets' ); ?></a></p>
67 + <a class="catch-banner-link" target="_blank" href="https://catchplugins.com/plugins/tag/free/">
63 68 <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>
64 69 </div>
65 70 </div>
66 71 </div><!-- .catchp-sidebar-spot-wrapper -->