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.


Top ↑

Return Return

(bool)


Top ↑

Source Source

File: class-buddypress.php

	public function __isset( $key ) { return isset( $this->data[$key] ); }

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.