do_action( 'wp_update_site', WP_Site $new_site, WP_Site $old_site )

Fires once a site has been updated in the database.


Description Description


Parameters Parameters

$new_site

(WP_Site) New site object.

$old_site

(WP_Site) Old site object.


Top ↑

Source Source

File: wp-includes/ms-site.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
5.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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