Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/class-wp-posts-list-table.php | apply_filters | 1007 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $show | Whether to show the checkbox. |
WP_Post | $post | The current WP_Post object. |