bp_the_body_class()
Customize the body class, according to the currently displayed BP content.
Description Description
Source Source
File: bp-core/bp-core-template.php
function bp_the_body_class() {
echo bp_get_the_body_class();
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.1.0 | Introduced. |