projects
/
WP-Plugins
/
glm-member-db-events.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4166c13
)
adding export button for events in the dashboard widget adminhooks data
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 27 Sep 2018 20:39:26 +0000
(16:39 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 27 Sep 2018 20:39:26 +0000
(16:39 -0400)
setup/adminHooks.php
patch
|
blob
|
history
diff --git
a/setup/adminHooks.php
b/setup/adminHooks.php
index
2af6ae4
..
099155a
100644
(file)
--- 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' => ''
],
],
],