apply_filters( 'manage_posts_columns', array $posts_columns, string $post_type )

Filters the columns displayed in the Posts list table.


Parameters

$posts_columns

(array) An array of column names.

$post_type

(string) The post type slug.


Source

File: wp-admin/includes/class-wp-posts-list-table.php

View on GitHub



Changelog

Changelog
Version Description
WP-1.5.0 Introduced.