ACF_Admin_Internal_Post_Type_List::admin_table_columnspublicACF 5.9.0

Customizes the admin table columns.

Метод класса: ACF_Admin_Internal_Post_Type_List{}

Хуков нет.

Возвращает

Массив.

Использование

$ACF_Admin_Internal_Post_Type_List = new ACF_Admin_Internal_Post_Type_List();
$ACF_Admin_Internal_Post_Type_List->admin_table_columns( $_columns );
$_columns(массив) (обязательный)
The columns array.

Список изменений

С версии 5.9.0 Введена.

Код ACF_Admin_Internal_Post_Type_List::admin_table_columns() ACF 6.4.2

public function admin_table_columns( $_columns ) {
	return $_columns;
}