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.


Top ↑

Return Return

(string)


Top ↑

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}}' ) );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.