bbp_get_all_child_ids

bbp_get_all_child_ids

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_all_child_ids') is found 1 times:

  • /includes/common/functions.php line 2030
    2026
    2027
    2028
    2029
    2030
    2031
    2032
    2033
    2034
    2035
    2036
        // Make sure results are INTs
        $child_ids = wp_parse_id_list( $child_ids );
     
        // Filter & return
        return (array) apply_filters( 'bbp_get_all_child_ids', $child_ids, $parent_id, $post_type );
    }
     
    /**
     * Prime familial post caches.
     *
     * This function uses _prime_post_caches() to prepare the object cache for