WP_Post_Comments_List_Table::get_column_info
Method of the class: WP_Post_Comments_List_Table{}
No Hooks.
Returns
Array.
Usage
// protected - for code of main (parent) or child class $result = $this->get_column_info();
WP_Post_Comments_List_Table::get_column_info() WP Post Comments List Table::get column info code WP 7.0
protected function get_column_info() {
return array(
array(
'author' => __( 'Author' ),
'comment' => _x( 'Comment', 'column name' ),
),
array(),
array(),
'comment',
);
}