bbp_update_post_family_caches
bbp_update_post_family_caches
Appears in: bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_update_post_family_caches') is found 1 times:
- /includes/common/functions.php line 20612057205820592060206120622063206420652066
// Default value
$post_ids
=
array
();
// Filter the types of IDs to prime
$ids
= apply_filters(
'bbp_update_post_family_caches'
,
array
(
'_bbp_last_active_id'
,
'_bbp_last_reply_id'
,
'_bbp_last_topic_id'
,
'_bbp_reply_to'
),
$objects
);