BBP_Default::before_main_content()

Inserts HTML at the top 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 before_main_content() {
	?>

		<div id="bbp-container">
			<div id="bbp-content" role="main">

	<?php
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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