U>;V>;W>;X>;Y>;Z>;[>;\>^;]>^;_>;`>;a>;b>;c>;d>^;e>f;g>;h>;a>;i>;j>;d>^;k>l;m>;n>;a>;o>;p>;d>^q9r39s9t|u^?QvE9w;x>?G!AH"""S3";y>?"A;z>CDE?F"ACEc{|};~>;>?G"AHcE1353E1;>959>::$$$S3$;>?$A;>CDE?F$ACE?G$AHRRS%3%;>?U%AC;>WDE?G%AH;>&3&?&A;>CDE?F&ACE?G&AH%_RRS3;>?UAC;>WDE?GAH;>(3(?(A;>CDE?F(ACEc|?G(AHc;>)3)?)A;>CDE?F)ACE?G)AH_;>*3*?*A;>CDE?F*ACE?G*AH++S;>?U+AC;>WDE?G+AH,,S;>?U,AC;>WDE?G,AH-3-;>;>;>;>;>?-A;>CDE?-AC^E?G-AHRRS..3.333;>?.A;>CDE?AC;>;>^E?G.AH?GA?FA3C>$EH?GA?FA3C>$EH/S;>?U/AC;>W;>DE?G/AH;>E?UA;>WC;>DER;>E?A;>C;>DE?A;>WC;>DR^E?A;>C;>DE?A;>WC;>DR^E:AH?G   [ Applies if `prettify` is `true`. Default 0. * @return string The CSS declarations. */ public function get_declarations_string( $should_prettify = false, $indent_count = 0 ) { $declarations_array = $this->get_declarations(); $declarations_output = ''; $indent = $should_prettify ? str_repeat( "\t", $indent_count ) : ''; $suffix = $should_prettify ? ' ' : ''; $suffix = $should_prettify && $indent_count > 0 ? "\n" : $suffix; $spacer = $should_prettify ? ' ' : ''; foreach ( $declarations_array as $property => $value ) { $filtered_declaration = static::filter_declaration( $property, $value, $spacer ); if ( $filtered_declaration ) { $declarations_output .= "{$indent}{$filtered_declaration};$suffix"; } } return rtrim( $declarations_output ); } /** * Sanitizes property names. * * @since 6.1.0 * * @param string $property The CSS property. * @return string The sanitized property name. */ protected function sanitize_property( $property ) { return sanitize_key( $property ); } }
Fatal error: Uncaught Mpdf\MpdfException: Data has already been sent to output (/datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-includes/style-engine/class-wp-style-engine-css-declarations.php at line 1), unable to output PDF file in /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-content/uploads/vendor/mpdf/mpdf/src/Mpdf.php:9512 Stack trace: #0 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-content/plugins/pdf-print/pdf-print.php(1521): Mpdf\Mpdf->Output() #1 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-includes/class-wp-hook.php(341): pdfprnt_print(Object(WP)) #2 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters(NULL, Array) #3 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-includes/plugin.php(570): WP_Hook->do_action(Array) #4 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-includes/class-wp.php(838): do_action_ref_array('wp', Array) #5 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-includes/functions.php(1343): WP->main('') #6 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-blog-header.php(16): wp() #7 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/index.php(17): require('/datas/yulpa171...') #8 {main} thrown in /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-content/uploads/vendor/mpdf/mpdf/src/Mpdf.php on line 9512