woocommerce_email_sent

woocommerce_email_sent

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.3.3

do_action('woocommerce_email_sent') is found 1 times:

  • /includes/emails/class-wc-email.php line 758
    		 * @param bool     $return Whether the email was sent successfully.
    		 * @param int      $id     Email ID.
    		 * @param WC_Email $this   WC_Email instance.
    		 */
    		do_action( 'woocommerce_email_sent', $return, $this->id, $this );
    
    		return $return;
    	}
    
    	/**
    	 * Initialise Settings Form Fields - these are generic email options most will use.