_get_comment_reply_id
- %1$s is private and should not be used in themes or plugins directly.
_get_comment_reply_id ( $post = null )
Access:Parameters:- (int|WP_Post) post The post the comment is being displayed for. Defaults to the current global post.
Returns:- (int) Comment's reply to ID.
Defined at: - Introduced in WordPress: 6.2.0
- Deprecated in WordPress: —
Description
Gets the comment's reply to ID from the $_GET['replytocom'].