BBP_Theme_Compat::__set( string $property, mixed $value )

Set a theme’s property.

Description

Parameters

$property

(Required)

$value

(Required)

Return

(mixed)

Source

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

70
71
72
public function __set( $property, $value ) {
    return $this->_data[$property] = $value;
}

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.