Description
Display form input versions for the selected fieldsNote: if a field is complex then this should be managed by the field's form and field functions
Usage
bw_form_function_fields( $f, $fields );Parameters
- $f
- ( mixed ) required –
- $fields
- ( mixed ) required –
Returns
voidSource
File name: oik-fields/shortcodes/oik-new.phpLines:
1 to 3 of 3
function bw_form_function_fields( $f, $fields ) { _bw_show_new_post_fields( $fields ); }View on GitHub
