| 1 |
<?php |
| 2 |
|
| 3 |
if ( ! defined( 'ABSPATH' ) ) { |
| 4 |
exit; // Exit if accessed directly. |
| 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', 'essential-widgets' ); ?></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', 'essential-widgets' ); ?></a></li> |
| 17 |
<li><a href="<?php echo esc_url( 'https://catchplugins.com/plugins/' ); ?>" target="_blank"><?php esc_html_e( 'View Plugins', 'essential-widgets' ); ?></a></li> |
| 18 |
<li><a href="<?php echo esc_url( 'https://catchplugins.com/support/' ); ?>" target="_blank"><?php esc_html_e( 'Support', 'essential-widgets' ); ?></a></li> |
| 19 |
</ul> |
| 20 |
</div> |
| 21 |
</div> <!-- .catchp-footer --> |