bbp_get_reply_ancestors

bbp_get_reply_ancestors

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_ancestors') is found 1 times:

  • /includes/replies/functions.php line 1158
    1154
    1155
    1156
    1157
    1158
    1159
    1160
    1161
    1162
    1163
    1164
            }
        }
     
        // Filter & return
        return (array) apply_filters( 'bbp_get_reply_ancestors', $ancestors, $reply_id );
    }
     
    /**
     * Update the revision log of the reply
     *
     * @since 2.0.0 bbPress (r2782)