Add hook taxonomy term alter

Created on 26 September 2014, about 10 years ago
Updated 15 September 2024, 2 months ago

add a hook

/**
 * Implements hook_autocomplete_deluxe_taxonomy_alter().
 */
function hook_autocomplete_deluxe_taxonomy_alter(&$terms, $field_name, $tags_typed) {
  $terms = array(
    'test' => 'test'
  );
}

📌 Task
Status

Closed: outdated

Version

2.0

Component

Code (miscellaneous)

Created by

🇨🇳China xiukun.zhou

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024