Filters the default list of hidden columns.
Parameters
Source
$hidden = apply_filters( 'default_hidden_columns', $hidden, $screen );
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |
Filters the default list of hidden columns.
$hidden = apply_filters( 'default_hidden_columns', $hidden, $screen );
Version | Description |
---|---|
4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.