首页 WordPress函数大全 register_column_headers()

register_column_headers()

2020-05-02 / 5404阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

register_column_headers( string $screen, string[] $columns )

注册特定屏幕的列标题。

描述

See also See also

  • get_column_headers(),: print_column_headers(), get_hidden_columns()

Top ↑

参数

$screen

(string)
(Required)
The handle for the screen to add help to. This is usually the hook name returned by the add_*_page() functions.

$columns

(string[])
(Required)
An array of columns with column IDs as the keys and translated column names as the values.

大家谈论
    我的见解