Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/class-wp-ms-sites-list-table.php | do_action | 576 | /** * Fires for each registered custom column in the Sites list table. * * @since 3.1.0 * * @param string $column_name The name of the column to display. * @param int $blog_id The site ID. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $column_name | The name of the column to display. |
int | $blog_id | The site ID. |