bbPress::__get( $key )
Magic method for getting bbPress variables
Description Description
Source Source
File: bbpress.php
public function __get( $key ) { return isset( $this->data[ $key ] ) ? $this->data[ $key ] : null; }
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |