Action hook 'bulk_edit_custom_box'

in WP Core File wp-admin/includes/class-wp-posts-list-table.php at line 2059

Description

Fires once for each column in Bulk Edit mode.

Occurrences

Filename Line Number
wp-admin/includes/class-wp-posts-list-table.php 2059

Parameters

Type Name Description
string $column_name Name of the column to edit.
string $post_type The post type slug.

PHP Doc

/**
					 * Fires once for each column in Bulk Edit mode.
					 *
					 * @since 2.7.0
					 *
					 * @param string $column_name Name of the column to edit.
					 * @param string $post_type   The post type slug.
					 */