BBP_Theme_Compat::__construct( array $properties = array() )
Pass the $properties to the object on creation.
Description
Parameters
- $properties
-
(Optional)
Default value: array()
Source
File: bp-forums/core/theme-compat.php
public function __construct( Array $properties = array() ) { $this->_data = $properties; }
Changelog
Version | Description |
---|---|
bbPress (r3926) | 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.