We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1730c16 commit 102ed2dCopy full SHA for 102ed2d
versioned_docs/version-5.1/apis/core/hooks/index.md
@@ -95,7 +95,7 @@ callbacks completely:
95
```php title="/config.php"
96
$CFG->hooks_callback_overrides = [
97
\mod_activity\hook\installation_finished::class => [
98
- 'test_otherplugin\\callbacks::activity_installation_finished' => ['disabled' => true],
+ 'test_otherplugin\\hook_callbacks::activity_installation_finished' => ['disabled' => true],
99
],
100
];
101
```
0 commit comments