Action hook 'manage_pages_custom_column'
in WP Core File wp-admin/includes/class-wp-posts-list-table.php at line 1366
Description
Fires in each custom column on the Posts list table. This hook only fires if the current post type is hierarchical, such as pages.
Occurrences
Filename |
Line Number |
wp-admin/includes/class-wp-posts-list-table.php |
1366 |
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 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.
*/