BP_Activity_Feed::__isset( string $key )
Magic method for checking the existence of a certain data variable.
Description
Parameters
- $key
-
(Required) Property to check.
Return
(bool) Whether or not data variable exists.
Source
File: bp-activity/classes/class-bp-activity-feed.php
public function __isset( $key ) { return isset( $this->data[$key] ); }
Changelog
Version | Description |
---|---|
BuddyPress 1.8.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.