WP_Post_Comments_List_Table::get_column_info(): array

In this article

Return

array

Source

protected function get_column_info() {
	return array(
		array(
			'author'  => __( 'Author' ),
			'comment' => _x( 'Comment', 'column name' ),
		),
		array(),
		array(),
		'comment',
	);
}

User Contributed Notes

You must log in before being able to contribute a note or feedback.