Browse: Home / Hooks /

learndash_purchase_invoice_pdf_author

apply_filters( 'learndash_purchase_invoice_pdf_author',  string $pdf_author_name,  TCPDF $pdf,  int $purchase_invoice_id )

Filters the name of the pdf author.


Description #


Parameters #

$pdf_author_name

(string) PDF author name.

$pdf

(TCPDF) TCPDF class instance.

$purchase_invoice_id

(int) purchase_invoice post ID.


Source #

File: includes/payments/ld-purchase-invoice-functions.php


Changelog #

Changelog
Version Description
4.1.0 Introduced.