comment_edit_pre

过滤钩子


apply_filters( 'comment_edit_pre', $comment->comment_content )
定义位置
  • wp-admin/includes/class-wp-comments-list-table.php
    , line 913
引入
n/a
弃用

This filter is documented in wp-admin/includes/comment.php

$comment_content = apply_filters( 'comment_edit_pre', $comment->comment_content );