On this page
do_action( 'manage_sites_custom_column', string $column_name, int $blog_id )
Fires for each registered custom column in the Sites list table.
Parameters
$column_namestring-
The name of the column to display.
$blog_idint-
The site ID.
Source
File: wp-admin/includes/class-wp-ms-sites-list-table.php. View all references
do_action( 'manage_sites_custom_column', $column_name, $item['blog_id'] );
Related
Used By
| Used By | Description |
|---|---|
| WP_MS_Sites_List_Table::column_default() wp-admin/includes/class-wp-ms-sites-list-table.php | Handles output for the default column. |
Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/manage_sites_custom_column