do_action( 'bulk_edit_custom_box', string $column_name, WP_Post $post_type )

Fires once for each column in Bulk Edit mode.


Parameters

$column_name

(string) Name of the column to edit.

$post_type

(WP_Post) The post type slug.


Source

File: wp-admin/includes/class-wp-posts-list-table.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.7.0 Introduced.