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. |