wpseek.com
WordPress开发者和主题制作者的搜索引擎



comment_id_fields › WordPress过滤钩子

Since3.0.0
已弃用n/a
apply_filters( 'comment_id_fields', $comment_id_fields, $post_id, $reply_to_id )
参数: (3)
  • (string) $comment_id_fields The HTML-formatted hidden ID field comment elements.
    Required: Yes
  • (int) $post_id The post ID.
    Required: Yes
  • (int) $reply_to_id The ID of the comment being replied to.
    Required: Yes
定义在:
文档:

Filters the returned comment ID fields.





源码

return apply_filters( 'comment_id_fields', $comment_id_fields, $post_id, $reply_to_id );