WP_Post_Comments_List_Table::get_column_info()


Description Description


Return Return

(array)


Top ↑

Source Source

File: wp-admin/includes/class-wp-post-comments-list-table.php

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


Top ↑

User Contributed Notes User Contributed Notes

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