ACF_Data::is
is
Similar to has() but does not check aliases.
Method of the class: ACF_Data{}
No Hooks.
Returns
type. Description.
Usage
$ACF_Data = new ACF_Data(); $ACF_Data->is( $key );
- $key
- .
Default:''
Changelog
| Since 5.7.11 | Introduced. |
ACF_Data::is() ACF Data::is code ACF 6.8.8
function is( $key = '' ) {
return isset( $this->data[ $key ] );
}