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,_=Fields
Source
File name: oik-fields/shortcodes/oik-new.php
Lines:
1 to 3 of 3
function bw_add_new_format_default() { return( "TC_" ); }