hidden_columns WordPress Filter Hook
The hidden_columns hook is a great way to hide certain columns from your Wordpress site. This can be useful if you want to keep certain information private, or if you simply don't want certain columns to be displayed.
apply_filters( 'hidden_columns', string[] $hidden , WP_Screen $screen , bool $use_defaults ) #
Filters the list of hidden columns.
Parameters
Source
Changelog
Version | Description |
---|---|
4.4.1 | Added the use_defaults parameter. |
4.4.0 | Introduced. |