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