| 1 |
<?php |
| 2 |
/** |
| 3 |
* Email Footer |
| 4 |
*/ |
| 5 |
if ( ! defined( 'ABSPATH' ) ) { |
| 6 |
exit; |
| 7 |
} |
| 8 |
$poweredBy = apply_filters('fluentform_email_template_footer_credit','Powered by <a href="https://wordpress.org/plugins/fluentform/">FluentForm</a>.', $form, $notification); |
| 9 |
if(defined('FLUENTFORMPRO')) { |
| 10 |
$poweredBy = ''; |
| 11 |
} |
| 12 |
?> |
| 13 |
</div></td></tr></table></td></tr></table></td></tr></table> |
| 14 |
<table border="0" cellpadding="10" cellspacing="0" width="600" id="template_footer"><tr><td valign="top"><table border="0" cellpadding="10" cellspacing="0" width="100%"><tr><td class="fluent_credit" colspan="2" valign="middle" id="credit"> |
| 15 |
<span><?php echo $footerText; ?> <?php echo $poweredBy; ?></span> |
| 16 |
<?php do_action( 'fluentform_email_template_after_footer', $form, $notification );?> |
| 17 |
</td></tr></table></td></tr></table></td></tr></table></div></body></html> |