Action hook 'wpmu_update_blog_options'

in WP Core File wp-admin/network/site-settings.php at line 60

Description

Fires after the site options are updated.

Occurrences

Filename Line Number
wp-admin/network/site-settings.php 60

Parameters

Type Name Description
int $id The ID of the site being updated.

PHP Doc

/**
	 * 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.
	 */