parseStr($template); $template = $DOM->query('body'); $open_tracking_link = sprintf( '', home_url(), htmlentities('?mailpoet&endpoint=track&action=open&data=[mailpoet_data]') ); $template->html($template->html() . $open_tracking_link); return $DOM->__toString(); } }