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
-
Name of the column to edit.
- $post_type
-
The post type slug.
Source
Changelog
Version | Description |
---|---|
WP-2.7.0 | Introduced. |