removing the registration of the widget from config array
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 19 Sep 2018 12:51:09 +0000 (08:51 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 19 Sep 2018 12:51:09 +0000 (08:51 -0400)
index.php

index 7368919..8673187 100644 (file)
--- a/index.php
+++ b/index.php
@@ -166,9 +166,7 @@ function glmMembersRegisterPackaging($addOns) {
                 'dbScriptPath' => GLM_MEMBERS_PACKAGING_PLUGIN_DB_SCRIPTS,
                 'dbVersions' => $GLOBALS['glmMembersPackagingDbVersions']
             ),
-            'requiredPages' => $GLOBALS['glmMembersPackagingRequiredPages'],
-            'dashboardWidget' => GLM_MEMBERS_PACKAGING_PLUGIN_SLUG . "-dashboard-widget"
-
+            'requiredPages' => $GLOBALS['glmMembersPackagingRequiredPages']
     );
 
     // Return the array with our data added