default_hidden_columns WordPress Filter Hook
The default_hidden_columns hook is a WordPress hook that allows you to hide certain columns from the WordPress admin interface by default. This can be useful if you want to hide certain columns from all users, or if you want to hide certain columns from specific users.
apply_filters( 'default_hidden_columns', string[] $hidden , WP_Screen $screen ) #
Filters the default list of hidden columns.
Parameters
Source
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |