Browse: Home / Hooks /

ld_certificate_image_type

apply_filters( 'ld_certificate_image_type',  string $type,  int $post_id,  int $thumbnail_id )

Filters the type of the image to use for the certificate PDF background.


Description #

Filter to allow URLs to be used for certificate background images. LEARNDASH-3430


Parameters #

$type

(string) Default 'path' will user local server path. 'url' will use image URL.

$post_id

(int) Post ID of certificate to be shown.

$thumbnail_id

(int) Image thumbnail ID.


Source #

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


Changelog #

Changelog
Version Description
3.2.0 Introduced.