Browse: Home / Hooks /

learndash_purchase_invoice_fields

apply_filters( 'learndash_purchase_invoice_fields',  array $fields )

Fields displayed at top of purchase invoice PDF.


Description #

Example array

‘example_field’ => array( ‘label’ => ‘Example Label: ‘, ‘value’ => ‘Example Value’, )


Parameters #

$fields

(array) Multidimensional array of fields displayed at top of purchase invoice PDF.


Source #

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


Changelog #

Changelog
Version Description
4.4.0 Introduced.