learndash_certificate_post_shortcode( array $cert_args = array() )
Converts a post to PDF.
Description #
Parameters #
- $cert_args
-
(array) (Optional) Array of arguments passed in for processing.
Default value: array()
Source #
Related #
Namespace #
@package #
Uses #
Uses | Description |
---|---|
includes/ld-convert-post-pdf.php: learndash_certificate_query_string_params_allowed |
Filter for allowed PDF Certificate parameters. |
includes/ld-misc-functions.php: learndash_put_directory_index_file () |
Add an index file to directory. |
includes/ld-convert-post-pdf.php: learndash_certification_thumbnail_processing_start |
Fires when thumbnail image processing starts. |
includes/ld-convert-post-pdf.php: learndash_certification_thumbnail_before |
Fires before the thumbnail image is added to the PDF. |
includes/ld-convert-post-pdf.php: learndash_certification_thumbnail_after |
Fires after the thumbnail image is added to the PDF. |
includes/ld-convert-post-pdf.php: learndash_certification_thumbnail_processing_end |
Fires when thumbnail image processing starts. |
includes/ld-convert-post-pdf.php: learndash_certification_content_write_cell_before |
Fires before the certificate content is added to the PDF. |
includes/ld-convert-post-pdf.php: learndash_certification_content_write_cell_args |
Filters the parameters passed to the TCPDF writeHTMLCell() function. |
includes/ld-convert-post-pdf.php: learndash_certification_content_write_cell_after |
Fires after the certificate content is added to the PDF. |
includes/ld-convert-post-pdf.php: learndash_tcpdf_legacy_ld322 |
Start Cert post content processing. |
includes/ld-convert-post-pdf.php: learndash_certification_created |
Fires after creating certificate |
includes/ld-convert-post-pdf.php: learndash_pdf_creator |
Filters the value of pdf creator. |
includes/ld-convert-post-pdf.php: learndash_pdf_author |
Filters the name of the pdf author. |
includes/ld-convert-post-pdf.php: learndash_pdf_title |
Filters the title of the pdf. |
includes/ld-convert-post-pdf.php: learndash_pdf_subject |
Filters the subject of the pdf. |
includes/ld-convert-post-pdf.php: learndash_pdf_keywords |
Filters the pdf keywords. |
includes/ld-convert-post-pdf.php: learndash_certification_after |
Fires after setting certificate pdf data. |
includes/ld-convert-post-pdf.php: learndash_get_thumb_path () |
Gets featured image of certificate post. |
includes/ld-convert-post-pdf.php: learndash_pdf_username |
Filters username of the user to be used in creating certificate PDF. |
includes/ld-convert-post-pdf.php: learndash_pdf_filename |
Filters the file name of the certificate pdf. |
includes/ld-convert-post-pdf.php: learndash_certificate_styles |
Filters whether to include certificate CSS styles in certificate content or not. |
includes/ld-convert-post-pdf.php: learndash_certificate_content |
Filters certificate content after all processing. |
includes/ld-convert-post-pdf.php: learndash_certificate_params |
Filters certificate tcpdf parameters. |
includes/class-ldlms-post-types.php: learndash_get_post_type_slug () |
Used By #
Used By | Description |
---|---|
includes/ld-certificates.php: learndash_certificate_display () |
Display the PDF Certificate. |
includes/deprecated/3.2.0/functions.php: post2pdf_conv_post_to_pdf () |
Converts post data to pdf. |