cot_build_extrafields | Returns Extra fields edit fields |
cot_build_extrafields_data | Returns Extra fields data |
cot_default_html_construction | Extra fields - Return default base html-construction for various types of fields (without value= and name=) |
cot_extrafield_add | Add extra field for pages |
cot_extrafield_movefiles | Moves and unset files in the $uploadfiles array |
cot_extrafield_remove | Delete extra field |
cot_extrafield_title | Extrafield title |
cot_extrafield_unlinkfiles | Delete files in extrafield array |
cot_extrafield_update | Update extra field for pages |
cot_extrafields_register_table | Registers a table in extrafields registry |
cot_import_extrafields | Imports Extra fields data |
cot_import_filesarray | Fixes the indexing of multiple file uploads from the format:
$_FILES['field']['key']['index']
To the more standard and appropriate:
$array['index']['key'] |
cot_load_extrafields | Loads extrafields data into global |