wordpress / latest / hooks / default_hidden_columns.html

apply_filters( 'default_hidden_columns', string[] $hidden, WP_Screen $screen )

Filters the default list of hidden columns.

Parameters

$hidden string[]
Array of IDs of columns hidden by default.
$screen WP_Screen
WP_Screen object of the current screen.

Source

File: wp-admin/includes/screen.php. View all references

$hidden = apply_filters( 'default_hidden_columns', $hidden, $screen );

Used By

Used By Description

Changelog

Version Description
4.4.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/default_hidden_columns