Fires when a site’s uninitialization routine should be executed.
Parameters
$old_siteWP_Site- Deleted site object.
Source
do_action( 'wp_uninitialize_site', $old_site ); Changelog
| Version | Description |
|---|---|
| 5.1.0 | Introduced. |
Fires when a site’s uninitialization routine should be executed.
$old_siteWP_Sitedo_action( 'wp_uninitialize_site', $old_site ); | Version | Description |
|---|---|
| 5.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.