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
footer.php
20 lines
| 1 | <?php |
| 2 | |
| 3 | // Exit if accessed directly |
| 4 | if (! defined('ABSPATH')) exit; |
| 5 | |
| 6 | ?> |
| 7 | <!-- Footer --> |
| 8 | <div class="catchp-footer"> |
| 9 | <div class="catchp-footer-site-info"> |
| 10 | <a href="<?php echo esc_url('https://catchplugins.com/'); ?>" target="_blank"><?php esc_html_e('Catch Plugins', 'catch-scroll-progress-bar'); ?></a> |
| 11 | </div> |
| 12 | |
| 13 | <div class="catchp-footer-menu"> |
| 14 | <ul> |
| 15 | <li><a href="<?php echo esc_url('https://catchthemes.com/themes/category/premium/'); ?>" target="_blank"><?php esc_html_e('View Themes', 'catch-scroll-progress-bar'); ?></a></li> |
| 16 | <li><a href="<?php echo esc_url('https://catchplugins.com/plugins/'); ?>" target="_blank"><?php esc_html_e('View Plugins', 'catch-scroll-progress-bar'); ?></a></li> |
| 17 | <li><a href="<?php echo esc_url('https://catchplugins.com/support/'); ?>" target="_blank"><?php esc_html_e('Support', 'catch-scroll-progress-bar'); ?></a></li> |
| 18 | </ul> |
| 19 | </div> |
| 20 | </div> <!-- .catchp-footer --> |