Filter hook 'manage_posts_columns'

in WP Core File wp-admin/includes/class-wp-posts-list-table.php at line 739

Description

Filters the columns displayed in the Posts list table.

Occurrences

Filename Line Number
wp-admin/includes/class-wp-posts-list-table.php 739

Parameters

Type Name Description
string[] $post_columns An associative array of column headings.
string $post_type The post type slug.

PHP Doc

/**
			 * Filters the columns displayed in the Posts list table.
			 *
			 * @since 1.5.0
			 *
			 * @param string[] $post_columns An associative array of column headings.
			 * @param string   $post_type    The post type slug.
			 */