wpmu_blog_updated WordPress Action Hook

The wpmu_blog_updated hook is called whenever a blog on a WordPress Multisite network is updated. It allows for custom code to be run when a blog is updated. This hook can be useful for updating data on a remote site or for sending notifications when a blog is updated.

do_action( 'wpmu_blog_updated', int $blog_id ) #

Fires after the blog details are updated.


Parameters

$blog_id

(int)Site ID.


Top ↑

Source

File: wp-includes/ms-blogs.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
MU (3.0.0)Introduced.

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.