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.


Top ↑

Return Return

(int) The value sanitiezed to be an int.


Top ↑

Source Source

File: includes/class-edd-register-meta.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.5 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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