wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



register_column_headers › WordPress Function

Od2.7.0
Przestarzałyn/a
register_column_headers ( $screen, $columns )
Parametry: (2)
  • (string) $screen The handle for the screen to register column headers for. This is usually the hook name returned by the `add_*_page()` functions.
    Wymagane: Tak
  • (string[]) $columns An array of columns with column IDs as the keys and translated column names as the values.
    Wymagane: Tak
Zobacz:
Zdefiniowane na:
Codex:

Register column headers for a particular screen.



Źródło

function register_column_headers( $screen, $columns ) {
	new _WP_List_Table_Compat( $screen, $columns );
}