comment_form_title


comment_form_title ( $no_reply_text = false, $reply_text = false, $link_to_parent = true, $post = null )

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.
  • (int|WP_Post|null) post Optional. The post that the comment form is being displayed for. Defaults to the current global post.
Defined at:
Change Log:
  • 6: .

Description

Displays text based on comment reply status.Only affects users with JavaScript disabled.

Related Functions

comment_form, comment_time, comment_author_ip, comment_type, comment_author_url

Top Google Results

User discussions

wpseek mobile