LLMS_Twenty_Twenty::output_content_wrapper_part_two()
Outputs header closing wrappers and inner element opening wrappers for the theme wrappers.
Return Return
(void)
Source Source
File: includes/theme-support/class-llms-twenty-twenty.php
public static function output_content_wrapper_part_two() {
?>
</div><!-- .archive-header-inner -->
</header><!-- .archive-header -->
<article <?php post_class(); ?> id="post-<?php the_ID(); ?>">
<div class="post-inner section-inner <?php echo self::get_page_template_class(); ?> ">
<div class="entry-content">
<?php
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.37.0 | Introduced. |