edd_is_odd( int $int )
Is Odd
Description Description
Checks whether an integer is odd.
Parameters Parameters
- $int
-
(Required) The integer to check
Return Return
(bool) Is the integer odd?
Source Source
File: includes/misc-functions.php
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |