BBP_Default::__construct( $properties = array() )
The main Forums (Default) Loader
Description
Source
File: bp-forums/templates/default/bbpress-functions.php
public function __construct( $properties = array() ) {
parent::__construct( bbp_parse_args( $properties, array(
'id' => 'default',
'name' => __( 'Forums Default', 'buddyboss' ),
'version' => bbp_get_version(),
'dir' => trailingslashit( bbpress()->themes_dir . 'default' ),
'url' => trailingslashit( bbpress()->themes_url . 'default' ),
), 'default_theme' ) );
$this->setup_actions();
}
Changelog
| Version | Description |
|---|---|
| bbPress (r3732) | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.