manage_{$post->post_type}_posts_custom_column, $column_name, $post->ID
manage_{$post->post_type}_posts_custom_column, $column_name, $post->ID
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('manage_{$post->post_type}_posts_custom_column, $column_name, $post->ID') is found 1 times:
- /wp-admin/includes/class-wp-posts-list-table.php line 1407
* * @param string $column_name The name of the column to display. * @param int $post_id The current post ID. */ do_action( "manage_{$post->post_type}_posts_custom_column", $column_name, $post->ID ); } /** * @global WP_Post $post Global post object. * * @param int|WP_Post $post