WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about list_table_primary_column

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-list-table.php apply_filters 1166 /**
* 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'.
*/

Hook Parameters

Parameter 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'.