Filter hook 'hidden_columns'

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

Description

Filters the list of hidden columns.

Occurrences

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

Parameters

Type Name Description
string[] $hidden Array of IDs of hidden columns.
WP_Screen $screen WP_Screen object of the current screen.
bool $use_defaults Whether to show the default columns.

PHP Doc

/**
	 * Filters the list of hidden columns.
	 *
	 * @since 4.4.0
	 * @since 4.4.1 Added the `use_defaults` parameter.
	 *
	 * @param string[]  $hidden       Array of IDs of hidden columns.
	 * @param WP_Screen $screen       WP_Screen object of the current screen.
	 * @param bool      $use_defaults Whether to show the default columns.
	 */