On this page
apply_filters( 'hidden_columns', string[] $hidden, WP_Screen $screen, bool $use_defaults )
Filters the list of hidden columns.
Parameters
Source
File: wp-admin/includes/screen.php. View all references
return apply_filters( 'hidden_columns', $hidden, $screen, $use_defaults );
Related
Used By
| Used By | Description |
|---|---|
| get_hidden_columns() wp-admin/includes/screen.php | Get a list of hidden columns. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/hidden_columns