WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about hidden_columns

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/screen.php apply_filters 84 /**
* 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.
*/

Hook Parameters

Parameter 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.