}
/**
- * This hook is called when CiviCRM needs to edit/display a custom field with options (select, radio, checkbox,
- * adv multiselect)
+ * This hook is called when CiviCRM needs to edit/display a custom field with options
+ *
+ * @deprecated in favor of hook_civicrm_fieldOptions
*
* @param int $customFieldID
* The custom field ID.
* to be careful to not overwrite the array.
* Only add/edit/remove the specific field options you intend to affect.
* @param bool $detailedFormat
- * If true,.
- * the options are in an ID => array ( 'id' => ID, 'label' => label, 'value' => value ) format
+ * If true, the options are in an ID => array ( 'id' => ID, 'label' => label, 'value' => value ) format
* @param array $selectAttributes
* Contain select attribute(s) if any.
*
/**
* This hooks allows to change option values.
*
+ * @deprecated in favor of hook_civicrm_fieldOptions
+ *
* @param array $options
* Associated array of option values / id
* @param string $name