I see that in the code there is mention of this hook.
However i cannot get mymodule_relelvant_content_terms() to trigger. Is it not implemented?

This would be a great feature.

Comments

nicholasthompson’s picture

Status: Active » Closed (won't fix)

Apologies for the delayed response...

I do need to document this better. It's actually hook_relevant_content_terms_alter. It gets invoked using the drupal_alter function.

I haven't tested it yet but I see no obvious reason for it not to work. Just bear in mind that this hook should be used in a similar way to other "hook_*_alter" commands such as hook_menu_alter.