WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about default_hidden_columns

Back to home

Files

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

Hook Parameters

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