I have a custom taxonomy called location. When adding a new location term, I need to save a value to a taxonomy field called "term-creator-id". I've found the create_category hook and written this up roughly:
Hello. Thank you for contacting the Toolset support.
Well - I would like to know here that which action you are targetting when you are in admin section and user create new taxonomy term or when you are using forms?
Well - you should use the following function to assign the value to your custom term field automatically when a new term is created using "Add New" button.