Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




register_column_headers [ WordPress Function ]

register_column_headers ( $screen, $columns )
Parameters:
  • (string) $screen The handle for the screen to add help to. This is usually the hook name returned by the add_*_page() functions.
  • (array) $columns An array of columns with column IDs as the keys and translated column names as the values
See:
Defined at:



Register column headers for a particular screen.

Source


<?php
function register_column_headers($screen$columns) {
    
$wp_list_table = new _WP_List_Table_Compat($screen$columns);
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics