This is a continuation of #55. The 'bp_groupblog_blog_group_ids' cachegroup currently isn't global, so the cache will always be different if get_groupblog_group_id() is called from the root blog vs. the groupblog.
I was thinking about registering the 'bp_groupblog_blog_group_ids' cachegroup globally, but decided that a group meta query is cleaner due to BP doing a better job of caching group queries after BP Groupblog rolled its own custom caching.
This is a continuation of #55. The
'bp_groupblog_blog_group_ids'
cachegroup currently isn't global, so the cache will always be different ifget_groupblog_group_id()
is called from the root blog vs. the groupblog.I was thinking about registering the
'bp_groupblog_blog_group_ids'
cachegroup globally, but decided that a group meta query is cleaner due to BP doing a better job of caching group queries after BP Groupblog rolled its own custom caching.