You appear to be a bot. Output may be restricted
Description
Display the post title field
Usage
bw_form_function_title();
Parameters
Returns
void
Source
File name: oik-fields/shortcodes/oik-new.php
Lines:
1 to 3 of 3
function bw_form_function_title() { bw_form_field( "post_title", "text", "Title", null, null ); }