Browse: Home / Hooks /

learndash_purchase_invoice_content_write_cell_before

do_action( 'learndash_purchase_invoice_content_write_cell_before',  TCPDF $pdf,  array $purchase_invoice_args )

Fires before the purchase_invoice content is added to the PDF.


Description #


Parameters #

$pdf

(TCPDF) TCPDF class instance.

$purchase_invoice_args

(array) Array of purchase_invoice args.


Source #

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


Changelog #

Changelog
Version Description
4.1.0 Introduced.