apply_filters( 'learndash_certification_content_write_cell_args', string $pdf_cell_args, array $cert_args, array $tcpdf_params, TCPDF $pdf )
Filters the parameters passed to the TCPDF writeHTMLCell() function.
Contents
Description #
Parameters #
- $pdf_cell_args
-
(string) See TCPDF function writeHTMLCell() parameters
- $cert_args
-
(array) Array of certificate args.
- $tcpdf_params
-
(array) An array of tcpdf parameters.
-
(TCPDF)
TCPDF
class instance.
Source #
Changelog #
Version | Description |
---|---|
3.3.0 | Introduced. |