bbp_update_post_family_caches

bbp_update_post_family_caches

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_update_post_family_caches') is found 1 times:

  • /includes/common/functions.php line 2061
    2057
    2058
    2059
    2060
    2061
    2062
    2063
    2064
    2065
    2066
    // 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 );