wpmu_update_blog_options WordPress Action Hook

The wpmu_update_blog_options hook is called whenever a site's options are updated. It allows you to run your own code when this happens. This is useful if you need to do something when a site's options are updated, such as update your own settings or send a notification.

do_action( 'wpmu_update_blog_options', int $id ) #

Fires after the site options are updated.


Parameters

$id

(int)The ID of the site being updated.


Top ↑

Source

File: wp-admin/network/site-settings.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
4.4.0Added $id parameter.
3.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.