You appear to be a bot. Output may be restricted
Description
Register a field named $field_name of type $field_type with title $field_title and additional values $args
Usage
oik_fie_fields();
Parameters
Returns
voidSource
File name: oik-types/admin/oik-fields.phpLines:
1 to 12 of 12
function oik_fie_fields() { p( "" ); bw_form(); stag( "table", "widefat" ); stag( "thead"); bw_tablerow( array( "Name", "Type", "Title", "Required?", "Actions" )); etag( "thead"); _oik_fie_field_table(); etag( "table" ); p( isubmit( "_oik_fie_add_field", "Add field", null, "button-primary" ) ); etag( "form" ); }View on GitHub