返回介绍

print_column_headers()

发布于 2017-09-11 09:59:29 字数 1341 浏览 978 评论 0 收藏 0

print_column_headers( string|WP_Screen $screen,  bool $with_id = true )

Prints column headers for a particular screen.


description


参数

$screen

(string|WP_Screen) (Required) The screen hook name or screen object.

$with_id

(bool) (Optional) Whether to set the id attribute or not.

Default value: true


源代码

File: wp-admin/includes/list-table.php

function print_column_headers( $screen, $with_id = true ) {
	$wp_list_table = new _WP_List_Table_Compat($screen);

	$wp_list_table->print_column_headers( $with_id );
}

更新日志

Versiondescription
2.7.0Introduced.

相关函数

Uses

  • wp-admin/includes/class-wp-list-table-compat.php: _WP_List_Table_Compat::__construct()
  • wp-admin/includes/class-wp-list-table.php: WP_List_Table::print_column_headers()

User Contributed Notes

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文