edd_is_odd( int $int )

Is Odd


Description Description

Checks whether an integer is odd.


Parameters Parameters

$int

(Required) The integer to check


Top ↑

Return Return

(bool) Is the integer odd?


Top ↑

Source Source

File: includes/misc-functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.