pluggy

1 post tagged “pluggy”.

  1. 2024
  2. Registering the same Pluggy hook multiple times in a single file

    I found myself wanting to register more than one instance of a Pluggy plugin hook inside a single module. Hooks are usually registered like this: Where matches the name of a registered plugin hook.

    1 min read