Browse: Home / Hooks /

learndash_certification_content_write_cell_args

apply_filters( 'learndash_certification_content_write_cell_args',  array $pdf_cell_args,  array $cert_args,  array $tcpdf_params,  TCPDF $pdf )

Filters the parameters passed to the TCPDF writeHTMLCell() function.


Description #


Parameters #

$pdf_cell_args

(array) See TCPDF function writeHTMLCell() parameters

$cert_args

(array) Array of certificate args.

$tcpdf_params

(array) An array of tcpdf parameters.

$pdf

(TCPDF) TCPDF class instance.


Source #

File: includes/ld-convert-post-pdf.php


Changelog #

Changelog
Version Description
3.3.0 Introduced.