bulk_edit_custom_box, $column_name, $screen->post_type
bulk_edit_custom_box, $column_name, $screen->post_type
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('bulk_edit_custom_box, $column_name, $screen->post_type') is found 1 times:
- /wp-admin/includes/class-wp-posts-list-table.php line 2091
* * @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.0