Astra_LifterLMS::before_main_content_end()
Add end of wrapper
Description
Return
(void)
Source
File: inc/compatibility/lifterlms/class-astra-lifterlms.php
public function before_main_content_end() {
?>
</div> <!-- .ast-lifterlms-container -->
</main> <!-- #main -->
<?php astra_primary_content_bottom(); ?>
</div> <!-- #primary -->
<?php
$site_sidebar = astra_page_layout();
if ( 'right-sidebar' == $site_sidebar ) {
get_sidebar();
}
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 1.2.0 | Introduced. |