Uses
Uses | Description |
---|---|
wp-includes/ms-site.php: wp_is_site_initialized() | Checks whether a site is initialized. |
wp-includes/ms-site.php: get_site() | Retrieves site data given a site ID or site object. |
wp-includes/functions.php: wp_get_upload_dir() | Retrieves uploads directory information. |
wp-includes/ms-site.php: wpmu_drop_tables | Filters the tables to drop when the site is deleted. |
wp-includes/ms-site.php: wpmu_delete_blog_upload_dir | Filters the upload base directory to delete when the site is deleted. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/load.php: get_current_blog_id() | Retrieve the current site ID. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/user.php: get_users() | Retrieve list of users matching criteria. |
wp-includes/ms-functions.php: remove_user_from_blog() | Remove a user from a blog. |
wp-includes/ms-blogs.php: switch_to_blog() | Switch the current blog. |
wp-includes/ms-blogs.php: restore_current_blog() | Restore the current blog, after calling switch_to_blog(). |
wp-includes/wp-db.php: wpdb::query() | Performs a MySQL database query, using current database connection. |
wp-includes/wp-db.php: wpdb::tables() | Returns an array of WordPress tables. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |