admDeleteCustomField
Description
Deletes a custom field.
Parameters
Return Type
boolean
Returns true if the custom field is deleted and false otherwise.
Example
Example
Deleting the customfield_10000
admDeleteCustomField("customfield_10000");
See also
Peacock