
如何提高WordPress中的PHP内存限制
post_comment_meta_box_thead ( $result )
post_comment_meta_box_thead: 这个函数用来在文章编辑界面上输出评论元框的标题。
显示文章表头的评论。
function post_comment_meta_box_thead( $result ) { unset( $result['cb'], $result['response'] ); return $result; }