You appear to be a bot. Output may be restricted
Description
Return the field data
Usage
$array = bw_get_field_data( $field );
Parameters
- $field
- ( string ) required –
Returns
array field dataSource
File name: oik/libs/bw_fields.phpLines:
1 to 5 of 5
function bw_get_field_data( $field ) { global $bw_fields; $data = bw_array_get( $bw_fields, $field, null ); return( $data ); }View on GitHub View on Trac