LLMS_Table_Student_Certificates::set_empty_message()
Empty message displayed when no results are found
Contents
Return Return
(string)
Source Source
File: includes/admin/reporting/tables/llms.table.certificates.php
protected function set_empty_message() {
return __( 'This student has not yet earned any certificates.', 'lifterlms' );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.2.0 | Introduced. |