Browse: Home / Hooks /

learndash_purchase_invoice_pdf_creator

apply_filters( 'learndash_purchase_invoice_pdf_creator',  string $pdf_creator,  TCPDF $pdf,  int $purchase_invoice_id )

Filters the value of pdf creator.


Description #


Parameters #

$pdf_creator

(string) The name of the PDF creator.

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