WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about bulk_edit_custom_box

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-posts-list-table.php do_action 2013 /**
* 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.
*/

Hook Parameters

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