From 305e0c4c49cec235d2ae4ea07da1865dac7dff19 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 27 Sep 2018 16:39:26 -0400 Subject: [PATCH] adding export button for events in the dashboard widget adminhooks data --- setup/adminHooks.php | 7 +++++++ 1 file changed, 7 insertions(+) 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' => '' ], ], ], -- 2.17.1