comment_form_title
comment_form_title ( $no_reply_text = false, $reply_text = false, $link_to_parent = true )
Parameters:- (string|false) no_reply_text Optional. Text to display when not replying to a comment. Default false.
- (string|false) reply_text Optional. Text to display when replying to a comment. Default false. Accepts "%s" for the author of the comment being replied to.
- (bool) link_to_parent Optional. Boolean to control making the author's name a link to their comment. Default true.
Defined at: - Introduced in WordPress: 2.7.0
- Deprecated in WordPress: —
Description
Displays text based on comment reply status.Only affects users with JavaScript disabled.