apply_filters( 'wp_list_table_show_post_checkbox', bool $show, WP_Post $post )

Filters whether to show the bulk edit checkbox for a post in its list table.

Description

By default the checkbox is only shown if the current user can edit the post.

Parameters

$show

(bool) Whether to show the checkbox.

$post

(WP_Post) The current WP_Post object.

Source

File: wp-admin/includes/class-wp-posts-list-table.php

View on Trac

Changelog

Version Description
5.7.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_list_table_show_post_checkbox