apply_filters( 'manage_posts_columns', string[] $post_columns , string $post_type )
Filters the columns displayed in the Posts list table.
Parameters
- $post_columns
-
An associative array of column headings.
- $post_type
-
The post type slug.
Source
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |