# propertyhive/2.4.0/templates/emails/email-footer.php

Property Hive, version 2.4.0. 43 lines.

- Page: https://pluginprobe.com/plugins/propertyhive/2.4.0/code/templates/emails/email-footer.php
- Raw: https://pluginprobe.com/plugins/propertyhive/2.4.0/raw/templates/emails/email-footer.php
- Modified: 2026-09-16T09:29:48+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/propertyhive/2.4.0/code/templates/emails/email-footer.php#L10-L20`.

```php
<?php
/**
 * Email Footer
 *
 * This template can be overridden by copying it to yourtheme/propertyhive/emails/email-footer.php.
 *
 * @author 		PropertyHive
 * @package 	PropertyHive/Templates/Emails
 * @version     1.0.0
 */

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

?>
																<table border="0" cellpadding="0" cellspacing="0" width="100%">
																	<tr>
																		<td style="text-align:center; font-size:11px;" class="text">
																			<?php if ( $unsubscribe_link != '' ) { ?><a href="<?php echo esc_url( $unsubscribe_link ); ?>">Unsubscribe</a><?php } ?>
																		</td>
																	</tr>
																</table>

															</div>
														</td>
													</tr>
												</table>
												<!-- End Content -->

											</td>
										</tr>
									</table>
									<!-- End Body -->
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</div>
	</body>
</html>
```
