Uses
Uses | Description |
---|---|
wp-includes/ms-site.php: wp_validate_site_deletion | Fires before a site should be deleted from the database. |
wp-includes/ms-site.php: wp_uninitialize_site | Fires when a site’s uninitialization routine should be executed. |
wp-includes/ms-site.php: wp_delete_site | Fires once a site has been deleted from the database. |
wp-includes/functions.php: is_site_meta_supported() | Determines whether site meta is enabled. |
wp-includes/ms-site.php: deleted_blog | Fires after the site is deleted from the network. |
wp-includes/ms-site.php: get_site() | Retrieves site data given a site ID or site object. |
wp-includes/plugin.php: do_action_deprecated() | Fires functions attached to a deprecated action hook. |
wp-includes/ms-site.php: delete_blog | Fires before a site is deleted. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/ms-site.php: clean_blog_cache() | Clean the blog cache |
wp-includes/wp-db.php: wpdb::get_col() | Retrieves one column from the database. |
wp-includes/wp-db.php: wpdb::delete() | Deletes a row in the table. |
wp-includes/wp-db.php: wpdb::prepare() | Prepares a SQL query for safe execution. |
wp-includes/meta.php: delete_metadata_by_mid() | Deletes metadata by meta ID. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |