Skip to content

Instantly share code, notes, and snippets.

@Dinamiko
Created June 25, 2017 11:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dinamiko/0d422dbba34c0aabfe141ddf707573ef to your computer and use it in GitHub Desktop.
Save Dinamiko/0d422dbba34c0aabfe141ddf707573ef to your computer and use it in GitHub Desktop.
<?php
function custom_dkpdf_pdf_author( $author ) {
$author = 'your-logic-here';
return $author;
}
add_filter( 'dkpdf_pdf_author', 'custom_dkpdf_pdf_author' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment