Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/class-wp-ms-sites-list-table.php | do_action | 554 | /** * Fires inside the auxiliary 'Actions' column of the Sites list table. * * By default this column is hidden unless something is hooked to the action. * * @since MU (3.0.0) * * @param int $blog_id The site ID. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $blog_id | The site ID. |