apply_filters( 'hidden_columns', array $hidden , WP_Screen $screen , bool $use_defaults )
Filters the list of hidden columns.
Parameters
- $hidden
-
An array of hidden columns.
- $screen
-
WP_Screen object of the current screen.
- $use_defaults
-
Whether to show the default columns.
Source
Changelog
Version | Description |
---|---|
WP-4.4.1 | Added the use_defaults parameter. |
WP-4.4.0 | Introduced. |