Advertisement

Summery Summery

Filters the columns displayed in the Posts list table.

Syntax Syntax

apply_filters( 'manage_posts_columns', string[] $post_columns, string $post_type )

Parameters Parameters

$post_columns

An associative array of column headings.

$post_type

The post type slug.

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Advertisement

Leave a Reply