register_column_headers
register_column_headers ( $screen, $columns )
Parameters:- (string) screen The handle for the screen to register column headers for. This is usually the hook name returned by the `add_*_page()` functions.
- (string[]) columns An array of columns with column IDs as the keys and translated column names as the values.
See:Defined at: - Introduced in WordPress: 2.7.0
- Deprecated in WordPress: —
Description
Register column headers for a particular screen.