do_action( "manage_{$post->post_type}_posts_custom_column", string $column_name, int $post_id )

Fires for each custom column of a specific post type in the Posts list table.


Description

The dynamic portion of the hook name, $post->post_type, refers to the post type.


Parameters

$column_name

(string) The name of the column to display.

$post_id

(int) The current post ID.


Source

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

View on GitHub



Changelog

Changelog
Version Description
WP-3.1.0 Introduced.