Description
Filters whether to show the bulk edit checkbox for a post in its list table. By default the checkbox is only shown if the current user can edit the post.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-posts-list-table.php | 1035 |
Parameters
Type | Name | Description |
---|---|---|
bool | $show | Whether to show the checkbox. |
WP_Post | $post | The current WP_Post object. |
PHP Doc
/**
* Filters whether to show the bulk edit checkbox for a post in its list table.
*
* By default the checkbox is only shown if the current user can edit the post.
*
* @since 5.7.0
*
* @param bool $show Whether to show the checkbox.
* @param WP_Post $post The current WP_Post object.
*/