Description
Filters the columns displayed in the Pages list table.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-posts-list-table.php | 728 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $post_columns | An associative array of column headings. |
PHP Doc
/**
* Filters the columns displayed in the Pages list table.
*
* @since 2.5.0
*
* @param string[] $post_columns An associative array of column headings.
*/