Commit realizado el 12:13:52 08-04-2024
This commit is contained in:
@@ -0,0 +1,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}
|
Reference in New Issue
Block a user