add a function to the plugin
-
how to add this function?
i would add author name
thanksi found this
<?php
function custom_dkpdf_pdf_author( $author ) {
$author = ‘your-logic-here’;
return $author;
}
add_filter( ‘dkpdf_pdf_author’, ‘custom_dkpdf_pdf_author’ );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘add a function to the plugin’ is closed to new replies.