From: Anthony Talarico Date: Thu, 20 Sep 2018 20:59:30 +0000 (-0400) Subject: adding where clause for name in the packaing filter X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=7003ea6fda3ff3c417ec6e58e9047490de2fb7ca;p=WP-Plugins%2Fglm-member-db-packaging.git adding where clause for name in the packaing filter --- diff --git a/setup/adminHooks.php b/setup/adminHooks.php index ff2e0c7..0b70ebe 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -101,6 +101,7 @@ add_filter( 'entityID' => 'packageID', 'table' => $packagesTable, 'fields' => "id, title as name, image", + 'where' => 'title', 'resultUrl' => $packagingEditPage, ], 'active' => [