First you have to find the right action to hook into. I find it by look into class-wp-posts-list-table.php the columns is in an array so you just have to find the right key and unset it by php-function unset.
Here is a example that removes all of the columns:
First you have to find the right action to hook into. I find it by look into
class-wp-posts-list-table.php
the columns is in an array so you just have to find the right key and unset it by php-functionunset
.Here is a example that removes all of the columns: