Determines whether a property or meta key is set.
Description
Consults the users and usermeta tables.
Parameters
$keystringrequired- Property.
Source
public function has_prop( $key ) {
return $this->__isset( $key );
}
Changelog
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.