Browse: Home / Hooks /

learndash_certificate_html

apply_filters( 'learndash_certificate_html',  string $cert_button_html,  array $atts,  string $content )

Filters certificate button HTML output for ld_certificate shortcode.


Description #


Parameters #

$cert_button_html

(string) The HTML output of generated button element.

$atts

(array) An array of shortcode attributes used to generate $cert_button_html element.

$content

(string) Shortcode additional content passed into handler function.


Source #

File: includes/shortcodes/ld_certificate.php


Changelog #

Changelog
Version Description
3.1.4 Introduced.