Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/network/site-settings.php | do_action | 60 | /** * Fires after the site options are updated. * * @since 3.0.0 * @since 4.4.0 Added `$id` parameter. * * @param int $id The ID of the site being updated. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $id | The ID of the site being updated. |