Fires once a site has been deleted from the database.
Parameters
$old_site
WP_Site- Deleted site object.
Source
do_action( 'wp_delete_site', $old_site );
Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |
Fires once a site has been deleted from the database.
$old_site
WP_Sitedo_action( 'wp_delete_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.