This project is not covered by Drupal’s security advisory policy.

Taxonomy Override provides a hook for developers to override taxonomy term page behavior.

Without implementing hooks and callback on your own module, this module will have no utility.

How use it ?

Read taxonomy_override.api.php

On your module :

Use hook_taxonomy_override_define_callback() to define available callback(s).

On your site configuration :

Based on vocabulary : Simply choose your callback function in vocabulary add/edit form.

Similar Module :

You can also take an eye on https://github.com/G-nova/useful_taxonomy/ to find useful taxonomy functions.

Project information

Releases