Tribe__Validator__Base::is_null( mixed $value )
Contents
Parameters
- $value
-
(mixed) (Required)
Return
(bool)
Source
File: src/Tribe/Validator/Base.php
public function is_null( $value ) {
return null === $value;
}
(mixed) (Required)
(bool)
File: src/Tribe/Validator/Base.php
public function is_null( $value ) {
return null === $value;
}