17 lines
		
	
	
		
			284 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			284 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
/**
 | 
						|
 * Email Body
 | 
						|
 *
 | 
						|
 * Heavily influenced by the great AffiliateWP plugin by Pippin Williamson.
 | 
						|
 * https://github.com/AffiliateWP/AffiliateWP/tree/master/templates/emails
 | 
						|
 *
 | 
						|
 * @since 1.1.3
 | 
						|
 */
 | 
						|
 | 
						|
// Exit if accessed directly.
 | 
						|
if ( ! defined( 'ABSPATH' ) ) {
 | 
						|
	exit;
 | 
						|
}
 | 
						|
?>
 | 
						|
{email}
 |