Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/class-wp-posts-list-table.php | do_action | 1331 | /** * Fires in each custom column on the Posts list table. * * This hook only fires if the current post type is hierarchical, * such as pages. * * @since 2.5.0 * * @param string $column_name The name of the column to display. * @param int $post_id The current post ID. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $column_name | The name of the column to display. |
int | $post_id | The current post ID. |