Changeset 6342 for trunk/bp-groups/bp-groups-cache.php
- Timestamp:
- 09/18/2012 06:03:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-cache.php
r6150 r6342 29 29 function bp_groups_update_meta_cache( $group_ids = false ) { 30 30 global $bp; 31 31 32 32 $cache_args = array( 33 33 'object_ids' => $group_ids, … … 37 37 'cache_key_prefix' => 'bp_groups_groupmeta' 38 38 ); 39 39 40 40 bp_update_meta_cache( $cache_args ); 41 41 } … … 104 104 add_action( 'groups_created_group', 'bp_core_clear_cache' ); 105 105 add_action( 'groups_group_avatar_updated', 'bp_core_clear_cache' ); 106 107 ?>
Note: See TracChangeset
for help on using the changeset viewer.