BBP_Default::after_main_content()
Inserts HTML at the bottom of the main content area to be compatible with the Twenty Twelve theme.
Description Description
Source Source
File: templates/default/bbpress-functions.php
public function after_main_content() {
?>
</div><!-- #bbp-content -->
</div><!-- #bbp-container -->
<?php
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |