wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_delete_site › WordPress Function

Since5.1.0
Deprecatedn/a
wp_delete_site ( $site_id )
Parameters:
  • (int) $site_id ID of the site that should be deleted.
    Required: Yes
Returns:
  • (WP_Site|WP_Error) The deleted site object on success, or error object on failure.
Defined at:
Codex:

Deletes a site from the database.



Source

Soon...