Stuck Getting Email Html in variable
-
Hi,
I’m trying to get the content html for store in a log data.
I’m using the hook woocommerce_email_order_details for trigger and a custom global who gets correctly the email class then i want to save the email content html in a variable with the function get_content()
$title = $wcCurrentEmail->get_default_subject(); (works perfect)
$emailHtml = $wcCurrentEmail->get_content(); (triggers again the hook and fail)
Any suggestion?
Regards,
Lucas
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Stuck Getting Email Html in variable’ is closed to new replies.