PluginProbe
Property Hive / 2.2.2
Property Hive v2.2.2
2.3.1 2.3.0 2.2.6 2.2.5 2.2.4 2.2.3 2.2.2 1.4.46 1.4.47 1.4.48 1.4.49 1.4.5 1.4.50 1.4.51 1.4.52 1.4.53 1.4.54 1.4.55 1.4.56 1.4.57 1.4.58 1.4.59 1.4.6 1.4.60 1.4.61 All 261 releases
propertyhive / templates / emails / email-footer.php

email-footer.php in Property Hive 2.2.2, at templates/emails/email-footer.php

43 lines 979 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Email Footer
4 *
5 * This template can be overridden by copying it to yourtheme/propertyhive/emails/email-footer.php.
6 *
7 * @author PropertyHive
8 * @package PropertyHive/Templates/Emails
9 * @version 1.0.0
10 */
11
12 if ( ! defined( 'ABSPATH' ) ) {
13 exit; // Exit if accessed directly
14 }
15
16 ?>
17 <table border="0" cellpadding="0" cellspacing="0" width="100%">
18 <tr>
19 <td style="text-align:center; font-size:11px;" class="text">
20 <?php if ( $unsubscribe_link != '' ) { ?><a href="<?php echo $unsubscribe_link; ?>">Unsubscribe</a><?php } ?>
21 </td>
22 </tr>
23 </table>
24
25 </div>
26 </td>
27 </tr>
28 </table>
29 <!-- End Content -->
30
31 </td>
32 </tr>
33 </table>
34 <!-- End Body -->
35 </td>
36 </tr>
37 </table>
38 </td>
39 </tr>
40 </table>
41 </div>
42 </body>
43 </html>