bbp_reply_ancestor_id( int $reply_id )

Output the ancestor reply id of a reply


Description Description


Parameters Parameters

$reply_id

(Optional) Reply id


Top ↑

Source Source

File: includes/replies/template.php

function bbp_reply_ancestor_id( $reply_id = 0 ) {
	echo bbp_get_reply_ancestor_id( $reply_id );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.