do_action( 'learndash_purchase_invoice_after', TCPDF $pdf, int $post_id )
Fires after setting purchase_invoice pdf data.
Parameters #
- $pdf
-
(TCPDF)
TCPDF class instance.
- $post_id
-
(int)
Post ID.
Changelog #
Changelog
| Version |
Description |
| 4.1.0 |
Introduced. |