bbp_get_public_child_ids

bbp_get_public_child_ids

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_public_child_ids') is found 1 times:

  • /includes/common/functions.php line 1976
    1973
    1974
    1975
    1976
    1977
    1978
    1979
    1980
    1981
    1982
        unset( $query );
     
        // Filter & return
        return (array) apply_filters( 'bbp_get_public_child_ids', $child_ids, $parent_id, $post_type );
    }
     
    /**
     * Query the DB and get the child id's of all children
     *
     * @since 2.0.0 bbPress (r3325)