You appear to be a bot. Output may be restricted
Description
Get the selected file
Usage
$integer = _oiksc_get_file( $files );
Parameters
- $files
- ( array ) required – array of files ( NOT USED ? )
Returns
integer index of the file in the $files arraySource
File name: oik-shortcodes/admin/oik-apis.phpLines:
1 to 4 of 4
function _oiksc_get_file( $files ) { $file = bw_array_get( $_REQUEST, "file", null ); return( $file ); }View on GitHub