You appear to be a bot. Output may be restricted
Description
Theme a field of type 'select'
Usage
bw_theme_field_select( $key, $value, $field );
Parameters
- $key
- ( string ) required – the field name
- $value
- ( mixed ) required – the field value
- $field
- ( array ) required – key value pairs containing the #options for the select field within the #args element
Returns
voidSource
File name: oik-fields/includes/oik-fields.incLines:
1 to 3 of 3
function bw_theme_field_select( $key, $value, $field ) { e( bw_return_field_select( $key, $value, $field ) ); }View on GitHub