Changeset 7907
- Timestamp:
- 02/17/2014 01:11:40 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-cache.php
r7854 r7907 13 13 * Slurp up activitymeta for a specified set of activity items. 14 14 * 15 * This function is called in two places in the BP_Activity_Activity class:16 * - in the populate() method, when single activity objects are populated17 * - in the get() method, when multiple groups are queried18 *19 15 * It grabs all activitymeta associated with all of the activity items passed 20 16 * in $activity_ids and adds it to the WP cache. This improves efficiency when … … 22 18 * 23 19 * @param int|str|array $activity_ids Accepts a single activity ID, or a comma- 24 * 20 * separated list or array of activity ids 25 21 */ 26 22 function bp_activity_update_meta_cache( $activity_ids = false ) {
Note: See TracChangeset
for help on using the changeset viewer.