Browse: Home / Functions /

learndash_purchase_invoice_pdf

learndash_purchase_invoice_pdf( array $pdf_content = array() )

Converts purchase invoice content to PDF.


Description #


Parameters #

$pdf_content

(array) (Optional) Array of data for generating the PDF template.

Default value: array()


Return #

(array<mixed>) Generated filename and path.


Source #

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


Changelog #

Changelog
Version Description
4.2.0 Introduced.