Makes private properties check-able for backward compatibility.
$namestringrequired
public function __isset( $name ) {
return isset( $this->$name );
}
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wpdb/__isset