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