Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-list-table-compat.php: _WP_List_Table_Compat::__construct() |
Register column headers for a particular screen.
(string) (Required) The handle for the screen to add help to. This is usually the hook name returned by the add_*_page() functions.
(string[]) (Required) An array of columns with column IDs as the keys and translated column names as the values.
File: wp-admin/includes/list-table.php
function register_column_headers( $screen, $columns ) { new _WP_List_Table_Compat( $screen, $columns ); }
Version | Description |
---|---|
2.7.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/register_column_headers