do_action( 'manage_posts_custom_column', string $column_name , int $post_id )
Fires in each custom column in the Posts list table.
Description
This hook only fires if the current post type is non-hierarchical, such as posts.
Parameters
- $column_name
-
The name of the column to display.
- $post_id
-
The current post ID.
Source
Changelog
Version | Description |
---|---|
WP-1.5.0 | Introduced. |