Browse: Home / Hooks /

learndash_purchase_invoice_pdf_title

apply_filters( 'learndash_purchase_invoice_pdf_title',  string $pdf_title,  TCPDF $pdf,  int $purchase_invoice_id )

Filters the title of the pdf.


Description #


Parameters #

$pdf_title

(string) PDF title.

$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.