wp_list_table_show_post_checkbox

wp_list_table_show_post_checkbox

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_list_table_show_post_checkbox') is found 1 times:

  • /wp-admin/includes/class-wp-posts-list-table.php line 1035

    *
    * @param bool $show Whether to show the checkbox.
    * @param WP_Post $post The current WP_Post object.
    */
    if ( apply_filters( ‘wp_list_table_show_post_checkbox’, $show, $post ) ) :
    ?>
    “>