bbPress::__set( $key, $value )
Magic method for setting bbPress variables
Description Description
Source Source
File: bbpress.php
public function __set( $key , $value ) { $this->data[ $key ] = $value; }
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |