You appear to be a bot. Output may be restricted
Description
Usage
_oik_fie_check_field_exists( $bw_field );
Parameters
- $bw_field
- ( mixed ) required –
Returns
voidSource
File name: oik-types/admin/oik-fields.phpLines:
1 to 5 of 5
function _oik_fie_check_field_exists( $bw_field ) { global $bw_fields; $exists = bw_array_get( $bw_fields, $bw_field, false ); return( $exists ); }View on GitHub