post_comment_meta_box_thead

函式
post_comment_meta_box_thead ( $result )
引數
  • (array) $result Table header rows.
    Required:
返回值
  • (array)
定義位置
相關方法
post_comment_meta_boxpost_comment_status_meta_boxpost_custom_meta_boxpost_format_meta_boxpost_submit_meta_box
引入
3.0.0
棄用
-

post_comment_meta_box_thead: 這個函式用來在文章編輯介面上輸出評論元框的標題。

顯示文章表頭的評論。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function post_comment_meta_box_thead( $result ) {
unset( $result['cb'], $result['response'] );
return $result;
}
function post_comment_meta_box_thead( $result ) { unset( $result['cb'], $result['response'] ); return $result; }
function post_comment_meta_box_thead( $result ) {
	unset( $result['cb'], $result['response'] );
	return $result;
}

常見問題

FAQs
檢視更多 >