17 lines
		
	
	
		
			292 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			292 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
/**
 | 
						|
 * Email Body
 | 
						|
 *
 | 
						|
 * @author 		Easy Digital Downloads
 | 
						|
 * @package 	Easy Digital Downloads/Templates/Emails
 | 
						|
 * @version     2.1
 | 
						|
 */
 | 
						|
 | 
						|
// Exit if accessed directly
 | 
						|
defined( 'ABSPATH' ) || exit;
 | 
						|
 | 
						|
// {email} is replaced by the content entered in Downloads > Settings > Emails
 | 
						|
 | 
						|
?>
 | 
						|
{email}
 |