LLMS_Twenty_Twenty::output_archive_description_wrapper()

Output the opening wrapper for the content description element in the theme’s header.


Return Return

(void)


Top ↑

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

Top ↑

Changelog Changelog

Changelog
Version Description
3.37.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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