BBP_Theme_Compat::__get( string $property )

Get a theme’s property.

Description

Parameters

$property

(Required)

$value

(Required)

Return

(mixed)

Source

File: bp-forums/core/theme-compat.php

82
83
84
public function __get( $property ) {
    return array_key_exists( $property, $this->_data ) ? $this->_data[$property] : '';
}

Changelog

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.