apply_filters( ‘hidden_columns’, string[] $hidden, WP_Screen $screen, bool $use_defaults ) In this article Table of ContentsParameters Source Related Changelog ↑ Back to top Filters the list of hidden columns. Parameters $hiddenstring[]Array of IDs of hidden columns.$screenWP_ScreenWP_Screen object of the current screen.$use_defaultsboolWhether to show the default columns. Source return apply_filters( 'hidden_columns', $hidden, $screen, $use_defaults ); View all references View on Trac View on GitHub Related Used byDescriptionget_hidden_columns()wp-admin/includes/screen.phpGet a list of hidden columns. Changelog VersionDescription4.4.1Added the use_defaults parameter.4.4.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.