Conversation
review · 5 starsHi there, how can I add the pdf button to the post?
You have to add this to your theme file: <?php // outputs the 'print to pdf' button if(function_exists('mpdf_pdfbutton')) mpdf_pdfbutton(true); ?>
Source evidence
wp-mpdf · review · 2015-09-25T17:41:00+00:00
Commercial opportunities need traceable source links before they are treated as build-worthy.
12.5% of this page's analysis has direct source links.
0 rows here require auditable proof before promotion.
0 rows have source counts but still need direct links.
You have to add this to your theme file: <?php // outputs the 'print to pdf' button if(function_exists('mpdf_pdfbutton')) mpdf_pdfbutton(true); ?>