From: Anthony Talarico Date: Wed, 26 Sep 2018 16:43:54 +0000 (-0400) Subject: adding the search fields in the admin hooks for the events dashboard widget X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=35de14587a60dad0d43cbbaefdd556c32a72b4f5;p=WP-Plugins%2Fglm-member-db-events.git adding the search fields in the admin hooks for the events dashboard widget --- diff --git a/setup/adminHooks.php b/setup/adminHooks.php index 4ce29ea..850e380 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -306,6 +306,13 @@ add_filter( 'resultUrl' => $eventsEditPage, 'where' => 'name' ], + [ + 'id' => 'datetSearch', + 'order' => 4, + 'template' => 'dateSearch', + 'entityID' => 'event', + 'resultUrl' => $eventsEditPage, + ], [ 'id' => 'pending', 'title' => "Pending Events",