You appear to be a bot. Output may be restricted
Description
Return the default format for the "Add new" form
Usage
$string = bw_add_new_format_default();
Parameters
Returns
string "TC_" – where T=Title,C=Content,_=FieldsSource
File name: oik-fields/shortcodes/oik-new.phpLines:
1 to 3 of 3
function bw_add_new_format_default() { return( "TC_" ); }View on GitHub