LLMS_Twenty_Twenty::output_content_wrapper_end()

Output Twenty Twenty theme wrapper closers


Return Return

(void)


Top ↑

Source Source

File: includes/theme-support/class-llms-twenty-twenty.php

	public static function output_content_wrapper_end() {
		?>
					</div><!-- .entry-content -->
				</div><!-- .post-inner -->
			</article><!-- .post -->
		</main><!-- #site-content -->
		<?php
	}

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.