Fires once for each column in Bulk Edit mode.
$column_namestring$post_typestringwp-admin/includes/class-wp-posts-list-table.php:2091WP_Posts_List_Table::inline_edit() * * @since 2.7.0 * * @param string $column_name Name of the column to edit. * @param string $post_type The post type slug. */ do_action( 'bulk_edit_custom_box', $column_name, $screen->post_type ); } else { /** * Fires once for each column in Quick Edit mode. * * @since 2.7.0Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.