lifterlms_archive_description()
Output the archive description for LifterLMS catalogs pages and post type / tax archives.
Description Description
See also See also
Return Return
(void)
Source Source
File: includes/functions/llms.functions.templates.loop.php
function lifterlms_archive_description() {
echo lifterlms_get_archive_description();
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 4.10.0 | Moved logic to lifterlms_get_archive_description() so the function can be called without outputting the content. |
| 3.19.0 | Unknown. |
| 3.16.10 | Introduced. |