bbPress::setup_theme()
Setup the default bbPress theme compatibility location.
Description Description
Source Source
File: bbpress.php
public function setup_theme() { bbp_setup_theme_compat( bbp_get_theme_package_id() ); }
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |