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

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

View on GitHub



Changelog

Changelog
Version Description
1.5.0 Introduced.