Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,031
- How-to & Troubleshooting
- 129,665
- Creating & Extending
- 25,794
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
If there is no saved setting for the meta, you should declare a blank array.
eg.
$my_meta == groups_get_groupmeta(….);
if ( empty($my_meta) )
$my_meta = array();