WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about manage_posts_custom_column

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-posts-list-table.php do_action 1345 /**
* 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.
*/

Hook Parameters

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