Summery Summery
Fires for each custom column of a specific post type in the Posts list table.
Syntax Syntax
Description Description
The dynamic portion of the hook name, $post->post_type
, refers to the post type.
Parameters Parameters
- $column_name
-
The name of the column to display.
- $post_id
-
The current post ID.
Source Source
Advertisement
Changelog Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |