15 lines
282 B
PHP
15 lines
282 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Email Footer
|
||
|
*
|
||
|
* This is the footer used if no others are available
|
||
|
*
|
||
|
* @author Easy Digital Downloads
|
||
|
* @package Easy Digital Downloads/Templates/Emails
|
||
|
* @version 2.1
|
||
|
*/
|
||
|
|
||
|
// Exit if accessed directly
|
||
|
defined( 'ABSPATH' ) || exit; ?>
|
||
|
</body>
|
||
|
</html>
|