# hide-metadata/1.2.3/partials/footer.php

Hide/Remove Metadata, version 1.2.3. 14 lines.

- Page: https://pluginprobe.com/plugins/hide-metadata/1.2.3/code/partials/footer.php
- Raw: https://pluginprobe.com/plugins/hide-metadata/1.2.3/raw/partials/footer.php
- Modified: 2021-03-07T22:17:12+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/hide-metadata/1.2.3/code/partials/footer.php#L10-L20`.

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