Description
Theme a field of type 'textarea'
Usage
bw_theme_field_textarea( $key, $value );Parameters
- $key
- ( string ) required – the field name
- $value
- ( array ) required – the field value at index 0
Returns
voidSource
File name: oik-fields/includes/oik-fields.incLines:
1 to 5 of 5
function bw_theme_field_textarea( $key, $value ) { if ( !empty( $value ) ) { e( bw_array_get( $value, 0, $value ) ); } }View on GitHub
Called by
Invoked by
Calls
1 to 1 of 1
