wp_validate_site_deletion – action
Fires before a site should be deleted from the database. Plugins should amend the `$errors` object via its `WP_Error::add()` method. If any errors are present, the site will not be deleted.
Parameters
- .
- ( 5.1.0 ) . .
- $errors
- ( WP_Error ) Error object to add validation errors to. . . .
- ( WP_Site ) $old_site The site object to be deleted. . . .