Brad L Well-known member Jun 6, 2016 #1 Where can I find a list of available XenForo input filters? updated: STRING NUM UNUM INT UINT FLOAT BOOLEAN BINARY ARRAY_SIMPLE JSON_ARRAY DATE_TIME found on Input.php Last edited: Jun 6, 2016
Where can I find a list of available XenForo input filters? updated: STRING NUM UNUM INT UINT FLOAT BOOLEAN BINARY ARRAY_SIMPLE JSON_ARRAY DATE_TIME found on Input.php
MaGeFH Active member Jun 11, 2016 #2 All available input types should be defined as class constants in Input.php. So, you should already have the complete list.
All available input types should be defined as class constants in Input.php. So, you should already have the complete list.