wpseek.com
A WordPress-centric search engine for devs and theme authors



bulk_edit_custom_box › WordPress Action Hooks

Since2.7.0
Deprecatedn/a
do_action( 'bulk_edit_custom_box', $column_name, $screen->post_type )
Parameters: (2)
  • (string) $column_name Name of the column to edit.
    Required: Yes
  • (string) $post_type The post type slug.
    Required: Yes
Defined at:
Codex:

Fires once for each column in Bulk Edit mode.





Source

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