comment_form_title()
Display text based on comment reply status.
Only affects users with JavaScript disabled.
No Hooks.
Return
null
. Nothing.
Usage
comment_form_title( $no_reply_text, $reply_text, $link_to_parent );
- $no_reply_text(string|false)
- Text to display when not replying to a comment.
Default: false - $reply_text(string|false)
- Text to display when replying to a comment. Accepts "%s" for the author of the comment being replied to.
Default: false - $link_to_parent(true|false)
- Boolean to control making the author's name a link to their comment.
Default: true
Notes
- Global. WP_Comment. $comment Global comment object.
Changelog
Since 2.7.0 | Introduced. |