过滤当前列表表的主列的名称。
原型
apply_filters( 'list_table_primary_column', string $default, string $context )
参数
$default
(string)
特定列表表的列名默认值,例如’名称’。
$context
(string)
特定列表表的屏幕ID,例如“插件”。
源文件
路径:wp-admin/includes/class-wp-list-table.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/list_table_primary_column/