From: Anthony Talarico Date: Thu, 27 Sep 2018 20:39:26 +0000 (-0400) Subject: adding export button for events in the dashboard widget adminhooks data X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=305e0c4c49cec235d2ae4ea07da1865dac7dff19;p=WP-Plugins%2Fglm-member-db-events.git adding export button for events in the dashboard widget adminhooks data --- diff --git a/setup/adminHooks.php b/setup/adminHooks.php index 2af6ae4..099155a 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -267,6 +267,13 @@ add_filter( 'content' => 'Add Event', 'url' => $eventsIndexPage . "&option=add", 'classes' => '', + 'styles' => '' + ], + 'export-button' => [ + 'content' => 'Export', + 'url' => '#', + 'classes' => 'btn-small', + 'styles' => '' ], ], ],