WP_Post_Comments_List_Table::get_column_info
Метод класса: WP_Post_Comments_List_Table{}
Хуков нет.
Возвращает
Массив.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_column_info();
Код WP_Post_Comments_List_Table::get_column_info() WP Post Comments List Table::get column info WP 6.9
protected function get_column_info() {
return array(
array(
'author' => __( 'Author' ),
'comment' => _x( 'Comment', 'column name' ),
),
array(),
array(),
'comment',
);
}