Re-insert call for adminHooks.php
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 2 Oct 2019 19:45:57 +0000 (15:45 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Wed, 16 Oct 2019 13:19:02 +0000 (09:19 -0400)
Add require once for admin Hooks

index.php

index 36b0984..79335e8 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -57,6 +57,7 @@ if (is_admin()) {
     add_action('admin_menu', function() {
         require_once GLM_SERVERSTATS_PLUGIN_PATH.'/setup/adminMenus.php';
     });
+    require_once GLM_SERVERSTATS_PLUGIN_PATH . '/setup/adminHooks.php';
 }
 
 // If setup/commonHooks.php exists include that now