projects
/
WP-Plugins
/
glm-member-db-packaging.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06b7a62
)
changing the db fields values in the adminhooks filter for the widgets
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 19 Sep 2018 19:39:38 +0000
(15:39 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 19 Sep 2018 19:39:38 +0000
(15:39 -0400)
setup/adminHooks.php
patch
|
blob
|
history
diff --git
a/setup/adminHooks.php
b/setup/adminHooks.php
index
38a3022
..
2f7c6c4
100644
(file)
--- a/
setup/adminHooks.php
+++ b/
setup/adminHooks.php
@@
-90,7
+90,8
@@
add_filter(
'table' => GLM_MEMBERS_PACKAGING_PLUGIN_DB_PREFIX."packages",
'fields' => [
'id',
- 'name',
+ 'title',
+ 'image'
],
//'where' => 'status = '.$this->config['status_numb']['Expired']
]