65*66* @since 4.4.067*68* @param string[]$hiddenArray of IDs of columns hidden by default.69* @param WP_Screen$screen WP_Screen object of the current screen.70*/71$hidden=apply_filters('default_hidden_columns',$hidden,$screen);72}7374/**75* Filters the list of hidden columns.76*77* @since 4.4.0
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.