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