refactor: re-add Footnotes prefix to Hooks

This commit is contained in:
Ben Goldsworthy 2021-04-19 12:24:26 +01:00
parent 7adab1cd45
commit 2d4b778377
4 changed files with 9 additions and 9 deletions

View file

@ -109,7 +109,7 @@ class Footnotes {
// Register Button hooks.
Footnotes_WYSIWYG::register_hooks();
// Register general hooks.
Hooks::register_hooks();
Footnotes_Hooks::register_hooks();
// Initialize the Plugin Dashboard.
$this->initialize_dashboard();