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