Action hook 'manage_posts_custom_column'

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

Description

Fires in each custom column in the Posts list table. This hook only fires if the current post type is non-hierarchical, such as posts.

Occurrences

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

Parameters

Type Name Description
string $column_name The name of the column to display.
int $post_id The current post ID.

PHP Doc

/**
			 * Fires in each custom column in the Posts list table.
			 *
			 * This hook only fires if the current post type is non-hierarchical,
			 * such as posts.
			 *
			 * @since 1.5.0
			 *
			 * @param string $column_name The name of the column to display.
			 * @param int    $post_id     The current post ID.
			 */