Changes between Version 4 and Version 5 of Ticket #5733, comment 20
- Timestamp:
- 12/09/2014 05:33:07 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5733, comment 20
v4 v5 3 3 We either need to use `switch_to_blog( bp_get_root_blog_id() )` / `restore_current_blog()` inside our internal meta functions (`bp_blogs_get_blogmeta()`, `groups_get_groupmeta()`, etc.). 4 4 5 The alternative is registering our meta cache groups to WP's global object cache groups:5 Or, the alternative is registering our meta cache groups to WP's global object cache groups: 6 6 7 7 * `'blog_meta'`