PluginProbe
Catch Web Tools / 3.2
Catch Web Tools v3.2
trunk 0.1 0.2 0.3 0.4 1.0 1.1 1.2 1.3 1.4 1.4.1 1.5 1.5.1 1.5.2 1.6 1.7 1.8 1.8.1 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 All 58 releases
catch-web-tools / admin / modules / footer.php

footer.php in Catch Web Tools 3.2, at admin/modules/footer.php

21 lines 876 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // Exit if accessed directly
4 if (! defined('ABSPATH')) exit;
5
6 ?>
7
8 <!-- Footer -->
9 <div class="catchp-footer">
10 <div class="catchp-footer-site-info">
11 <a href="<?php echo esc_url('https://catchplugins.com/'); ?>" target="_blank"><?php esc_html_e('Catch Plugins', 'catch-web-tools'); ?></a>
12 </div>
13
14 <div class="catchp-footer-menu">
15 <ul>
16 <li><a href="<?php echo esc_url('https://catchthemes.com/themes/category/premium/'); ?>" target="_blank"><?php esc_html_e('View Themes', 'catch-web-tools'); ?></a></li>
17 <li><a href="<?php echo esc_url('https://catchplugins.com/plugins/'); ?>" target="_blank"><?php esc_html_e('View Plugins', 'catch-web-tools'); ?></a></li>
18 <li><a href="<?php echo esc_url('https://catchplugins.com/support/'); ?>" target="_blank"><?php esc_html_e('Support', 'catch-web-tools'); ?></a></li>
19 </ul>
20 </div>
21 </div> <!-- .catchp-footer -->