BuddyPress::__isset( string $key )
Magic method for checking the existence of a certain custom field.
Description
Parameters
- $key
-
(Required) Key to check the set status for.
Return
(bool)
Source
File: class-buddypress.php
public function __isset( $key ) { return isset( $this->data[$key] ); }
Changelog
Version | Description |
---|---|
BuddyPress 1.7.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.