首页 WordPress函数大全 comment_form_title()

comment_form_title()

2020-05-01 / 3592阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

comment_form_title( string $noreplytext = false, string $replytext = false, string $linktoparent = true )

Displays text based>

Contents

  • Description
    • Parameters
    • Source
    • Changelog
  • Related
    • Uses
    • Used By
  • User Contributed Notes

描述

Only affects users with JavaScript disabled.

参数

$noreplytext

(string)
(Optional)
Text to display when not replying to a comment.

Default value: false

$replytext

(string)
(Optional)
Text to display when replying to a comment. Accepts "%s" for the author of the comment being replied to.

Default value: false

$linktoparent

(string)
(Optional)
Boolean to control making the author's name a link to their comment.

Default value: true

大家谈论
    我的见解