Title: add a function to the plugin
Last modified: November 3, 2018

---

# add a function to the plugin

 *  [mabrido](https://wordpress.org/support/users/domabri/)
 * (@domabri)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/add-a-function-to-the-plugin/)
 * how to add this function?
    i would add author name thanks
 * i 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)

 *  [thaflo](https://wordpress.org/support/users/thaflo/)
 * (@thaflo)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/add-a-function-to-the-plugin/#post-10849378)
 * Where would you like to add the author?
 *  Thread Starter [mabrido](https://wordpress.org/support/users/domabri/)
 * (@domabri)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/add-a-function-to-the-plugin/#post-10851058)
 * thanks [@thaflo](https://wordpress.org/support/users/thaflo/),
    if is possibile,
   under the title
 * thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘add a function to the plugin’ is closed to new replies.

 * ![](https://ps.w.org/dk-pdf/assets/icon-256x256.png?rev=3396282)
 * [DK PDF - WordPress PDF Generator](https://wordpress.org/plugins/dk-pdf/)
 * [Support Threads](https://wordpress.org/support/plugin/dk-pdf/)
 * [Active Topics](https://wordpress.org/support/plugin/dk-pdf/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dk-pdf/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dk-pdf/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mabrido](https://wordpress.org/support/users/domabri/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/add-a-function-to-the-plugin/#post-10851058)
 * Status: not resolved