LLMS_Twenty_Twenty::output_archive_description_wrapper()
Output the opening wrapper for the content description element in the theme’s header.
Contents
Return Return
(void)
Source Source
File: includes/theme-support/class-llms-twenty-twenty.php
public static function output_archive_description_wrapper() {
echo '<div class="archive-subtitle section-inner thin max-percentage intro-text">';
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.37.0 | Introduced. |