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.
Description Description
Parameters Parameters
- $pdf_cell_args
-
See TCPDF function writeHTMLCell() parameters
- $cert_args
-
Array of certificate args.
- $tcpdf_params
-
An array of tcpdf parameters.
-
TCPDF
class instance.
Source Source
File: includes/ld-convert-post-pdf.php
Changelog Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |