Closed mdahlke closed 8 years ago
Found out how.
http://wp.dinamiko.com/demos/dkpdf/doc/filters/
function custom_dkpdf_after_content() {
$output = '<div style="margin-top:25px;width:100%;background:#CCC;">After content text</div>';
return $output;
}
add_filter( 'dkpdf_after_content', 'custom_dkpdf_after_content' );
It would be good to be able to show the footer on only the last page of the PDF.