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: sfwd-lms/includes/payments/ld-purchase-invoice-functions.php
Changelog #
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |