if (!function_exists('aq_archetype_generate_pdf')) { function aq_archetype_generate_pdf($name, $email, $sorted_scores, $archetypes, $primary_key, $secondary_key, $tertiary_key) { if (!class_exists('\Mpdf\Mpdf')) { return null; } try { $mpdf = new \Mpdf\Mpdf(array( 'format' => 'A4', 'margin_left' => 15, 'margin_right' => 15, 'margin_top' => 20, 'margin_bottom' => 20, 'margin_footer' => 12, )); } catch (\Exception $e) { return null; } // -------------------------------------------------- // GLOBAL FONT + LINE-HEIGHT STYLES // -------------------------------------------------- $stylesheet = <<WriteHTML($stylesheet, \Mpdf\HTMLParserMode::HEADER_CSS); // -------------------------------------------------- // FIX mPDF list_style_type warnings // -------------------------------------------------- $mpdf->WriteHTML(' ', \Mpdf\HTMLParserMode::HEADER_CSS); // -------------------------------------------------- // your original code continues unchanged below // -------------------------------------------------- $name_safe = $name ? $name : 'Anonymous'; // (ALL YOUR EXISTING CODE BELOW THIS POINT IS UNCHANGED)
Warning: Cannot modify header information - headers already sent by (output started at /homepages/8/d661053363/htdocs/neil_thrussell/wp-content/plugins/archetype-quiz/includes/pdf.php:1) in /homepages/8/d661053363/htdocs/neil_thrussell/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 1591

Warning: Cannot modify header information - headers already sent by (output started at /homepages/8/d661053363/htdocs/neil_thrussell/wp-content/plugins/archetype-quiz/includes/pdf.php:1) in /homepages/8/d661053363/htdocs/neil_thrussell/wp-includes/pluggable.php on line 1531

Warning: Cannot modify header information - headers already sent by (output started at /homepages/8/d661053363/htdocs/neil_thrussell/wp-content/plugins/archetype-quiz/includes/pdf.php:1) in /homepages/8/d661053363/htdocs/neil_thrussell/wp-includes/pluggable.php on line 1534