do_action( ‘wpmu_blog_updated’, int $blog_id )

In this article

Fires after the blog details are updated.

Parameters

$blog_idint
Site ID.

Source

do_action( 'wpmu_blog_updated', $site_id );

Changelog

VersionDescription
MU (3.0.0)Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.