Description
Display the post title field
Usage
bw_form_function_title();Parameters
Returns
voidSource
File name: oik-fields/shortcodes/oik-new.phpLines:
1 to 3 of 3
function bw_form_function_title() { bw_form_field( "post_title", "text", "Title", null, null ); }View on GitHub
