Update for using only published groups.
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 8 Aug 2018 19:49:22 +0000 (15:49 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 8 Aug 2018 19:49:22 +0000 (15:49 -0400)
Only publish groups for the filter.

setup/frontHooks.php

index c6768b4..65f4327 100644 (file)
@@ -167,7 +167,8 @@ add_filter(
             $wpdb->prepare(
                 "SELECT *
                    FROM $groupTable
-                  WHERE uid = %s",
+                  WHERE uid = %s
+                    AND publish",
                 $uid
             ),
             ARRAY_A