288<?php289 * @since 4.8.0290 * @deprecated 5.1.0291 *292 * @param int $site_id The site ID.293 * @param bool $drop True if site's tables should be dropped. Default false.294 */295 do_action_deprecated( 'deleted_blog', array( $old_site->id, true ), '5.1.0' );296297 return $old_site;298}299300/**301 * Retrieves site data given a site ID or site object.
History
Introduced in 4.8.0. Unchanged from 6.7.7 through 7.1.0.