| 1234567891011121314151617 |
- <?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}
|