wp_comment_reply

过滤钩子


参数
  • (string)
    $content
    The reply-to form content.
    Required:
  • (array)
    $args
    An array of default args.
    Required:
    Default:
定义位置
  • wp-admin/includes/template.php
    , line 427
引入
2.7.0
弃用

Filters the in-line comment reply-to form output in the Comments
list table.

Returning a non-empty value here will short-circuit display
of the in-line comment-reply form in the Comments list table,
echoing the returned value instead.

$content = apply_filters(