BuddyPress::__set( string $key, mixed $value )

Magic method for setting BuddyPress variables.


Description Description


Parameters Parameters

$key

(Required) Key to set a value for.

$value

(Required) Value to set.


Top ↑

Source Source

File: class-buddypress.php

	public function __set( $key, $value ) { $this->data[$key] = $value; }

Top ↑

Changelog Changelog

Changelog
Version Description
1.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.