bulk_edit_custom_box

动作钩子


do_action( 'bulk_edit_custom_box', $column_name, $screen->post_type )
参数
  • (string)
    $column_name
    Name of the column to edit.
    Required:
  • (string)
    $post_type
    The post type slug.
    Required:
定义位置
  • wp-admin/includes/class-wp-posts-list-table.php
    , line 2013
引入
2.7.0
弃用

Fires once for each column in Bulk Edit mode.

do_action( 'bulk_edit_custom_box', $column_name, $screen->post_type );