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.
Source
File: wp-includes/ms-blogs.php
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |