bbPress::__get( $key )
Magic method for getting Forums variables
Description
Source
File: bp-forums/classes/class-bbpress.php
144 | public function __get( $key ) { return isset( $this ->data[ $key ] ) ? $this ->data[ $key ] : null; } |
Changelog
Version | Description |
---|---|
bbPress (r3951) | 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.