Filter hook 'default_hidden_columns'

in WP Core File wp-admin/includes/screen.php at line 71

Description

Filters the default list of hidden columns.

Occurrences

Filename Line Number
wp-admin/includes/screen.php 71

Parameters

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

PHP Doc

/**
		 * Filters the default list of hidden columns.
		 *
		 * @since 4.4.0
		 *
		 * @param string[]  $hidden Array of IDs of columns hidden by default.
		 * @param WP_Screen $screen WP_Screen object of the current screen.
		 */