EDD_Register_Meta::intval_wrapper( int $value )
Wrapper for intval Setting intval as the callback was stating an improper number of arguments, this avoids that.
Description Description
Parameters Parameters
- $value
-
(Required) The value to sanitize.
Return Return
(int) The value sanitiezed to be an int.
Source Source
File: includes/class-edd-register-meta.php
Changelog Changelog
Version | Description |
---|---|
2.5 | Introduced. |