WP_Query::__isset( string $name )
Make private properties checkable for backward compatibility.
Parameters
- $name
-
(Required) Property to check if set.
Return
(bool) Whether the property is set.
Source
File: wp-includes/class-wp-query.php
Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |