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 all references

do_action( 'wpmu_blog_updated', $site_id );


Top ↑

Changelog

Changelog
Version Description
MU (3.0.0) Introduced.

Top ↑

User Contributed Notes

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