You appear to be a bot. Output may be restricted
Description
Display the post content field
Usage
bw_form_function_content();
Parameters
Returns
voidSource
File name: oik-fields/shortcodes/oik-new.phpLines:
1 to 3 of 3
function bw_form_function_content() { bw_form_field( "post_content", "textarea", "Content", null, null ); }View on GitHub