Description
Display the post excerpt field
Usage
bw_form_function_excerpt();Parameters
Returns
voidSource
File name: oik-fields/shortcodes/oik-new.phpLines:
1 to 3 of 3
function bw_form_function_excerpt() { bw_form_field( "post_excerpt", "textarea", "Excerpt", null, null ); }View on GitHub
