add a hook
/**
* Implements hook_autocomplete_deluxe_taxonomy_alter().
*/
function hook_autocomplete_deluxe_taxonomy_alter(&$terms, $field_name, $tags_typed) {
$terms = array(
'test' => 'test'
);
}
Closed: outdated
2.0
Code (miscellaneous)
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.