LLMS_Notification_View_Achievement_Earned::set_body()
Setup body content for output
Contents
Return Return
(string)
Source Source
File: includes/notifications/views/class.llms.notification.view.achievement.earned.php
protected function set_body() {
ob_start();
?>
<p style="text-align: center;">{{ACHIEVEMENT_IMAGE}}</p>
<h2 style="text-align: center;"><strong>{{ACHIEVEMENT_TITLE}}</strong></h2>
<p style="text-align: center;">{{ACHIEVEMENT_CONTENT}}</p>
<?php
return ob_get_clean();
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.8.0 | Introduced. |