Skip to content

Instantly share code, notes, and snippets.

@Dinamiko
Created October 31, 2016 11:59
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/6300505ce055014340a225d0b38c1eb4 to your computer and use it in GitHub Desktop.
Save Dinamiko/6300505ce055014340a225d0b38c1eb4 to your computer and use it in GitHub Desktop.
<?php
function changing_dkpdf_pdf_format( $format ) {
$format = 'Royal';
return $format;
}
add_filter( 'dkpdf_pdf_format', 'changing_dkpdf_pdf_format' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment