manage_sites_custom_column
最后更新于:2021-11-27 06:13:53
do_action( ‘manage_sites_custom_column’, string $column_name, int $blog_id )
Fires for each registered custom column in the Sites list table.
参数
- $column_name
-
(string)
The name of the column to display. - $blog_id
-
(int)
The site ID.
源文件
文件: gc-admin/includes/class-gc-ms-sites-list-table.php