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

Magic method for setting a certain data variable.

Description

Parameters

$key

(string) (Required) The property to set.

$value

(mixed) (Required) The value to set.

Source

File: bp-activity/classes/class-bp-activity-feed.php

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

Changelog

Changelog
Version Description
BuddyPress 2.4.0 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.