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

In this article

Filters the default list of hidden columns.

Parameters

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

Source

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

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.