Description
Filters the name of the primary column for the current list table.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-list-table.php | 1287 |
Parameters
Type | Name | Description |
---|---|---|
string | $default | Column name default for the specific list table, e.g. 'name'. |
string | $context | Screen ID for specific list table, e.g. 'plugins'. |
PHP Doc
/**
* Filters the name of the primary column for the current list table.
*
* @since 4.3.0
*
* @param string $default Column name default for the specific list table, e.g. 'name'.
* @param string $context Screen ID for specific list table, e.g. 'plugins'.
*/