Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Notification_View_Certificate_Earned::set_merge_data_mini_certificate( LLMS_User_Certificate $cert )
Get merge data for the {{MINI_CERTIFICATE}} merge code.
Parameters Parameters
- $cert
-
(LLMS_User_Certificate) (Required) Earned certificate object.
Return Return
(string)
Source Source
File: includes/notifications/views/class.llms.notification.view.certificate.earned.php
private function set_merge_data_mini_certificate( $cert ) { return $this->get_mini_html( $this->set_merge_data( '{{CERTIFICATE_TITLE}}' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |