1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?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}
|