bbp_get_reply_ancestors
bbp_get_reply_ancestors
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_get_reply_ancestors') is found 1 times:
- /includes/replies/functions.php line 115811541155115611571158115911601161116211631164
}
}
// 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)