# catch-web-tools/3.2/admin/modules/footer.php

Catch Web Tools, version 3.2. 21 lines.

- Page: https://pluginprobe.com/plugins/catch-web-tools/3.2/code/admin/modules/footer.php
- Raw: https://pluginprobe.com/plugins/catch-web-tools/3.2/raw/admin/modules/footer.php
- Modified: 2026-04-05T08:24:42+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/catch-web-tools/3.2/code/admin/modules/footer.php#L10-L20`.

```php
<?php

// Exit if accessed directly
if (! defined('ABSPATH')) exit;

?>

<!-- Footer -->
<div class="catchp-footer">
	<div class="catchp-footer-site-info">
		<a href="<?php echo esc_url('https://catchplugins.com/'); ?>" target="_blank"><?php esc_html_e('Catch Plugins', 'catch-web-tools'); ?></a>
	</div>

	<div class="catchp-footer-menu">
		<ul>
			<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>
			<li><a href="<?php echo esc_url('https://catchplugins.com/plugins/'); ?>" target="_blank"><?php esc_html_e('View Plugins', 'catch-web-tools'); ?></a></li>
			<li><a href="<?php echo esc_url('https://catchplugins.com/support/'); ?>" target="_blank"><?php esc_html_e('Support', 'catch-web-tools'); ?></a></li>
		</ul>
	</div>
</div> <!-- .catchp-footer -->
```
