You appear to be a bot. Output may be restricted
Description
Get things going
Usage
EDD_Emails::__construct();
Parameters
Returns
void
Source
File name: easy-digital-downloads/includes/emails/class-edd-emails.php
Lines:
1 to 10 of 10
public function __construct() { if ( 'none' === $this->get_template() ) { $this->html = false; } add_action( 'edd_email_send_before', array( $this, 'send_before' ) ); add_action( 'edd_email_send_after', array( $this, 'send_after' ) ); }