Warning: This hook has been deprecated. Use the ‘learndash_certificate_html’ filter instead.
apply_filters_deprecated( 'learndash_ld_certificate_html', string $cert_button_html , array $atts , string $content )
Filters certificate button HTML output for ld_certificate
shortcode.
Description Description
Parameters Parameters
- $cert_button_html
-
The HTML output of generated button element.
- $atts
-
An array of shortcode attributes used to generate $cert_button_html element.
- $content
-
Shortcode additional content passed into handler function.
Source Source
File: includes/shortcodes/ld_certificate.php
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Use the 'learndash_certificate_html' filter instead. |
3.1.4 | Introduced. |