Uses
Uses | Description |
---|---|
wp-includes/ms-site.php: update_site_meta() | Updates metadata for a site. |
wp-admin/includes/upgrade.php: wp_check_mysql_version() | Checks the version of the installed MySQL binary. |
wp-admin/includes/upgrade.php: pre_schema_upgrade() | Runs before the schema is upgraded. |
wp-admin/includes/upgrade.php: make_db_current_silent() | Updates the database tables to a new schema, but without displaying results. |
wp-admin/includes/upgrade.php: upgrade_network() | Executes network-level upgrade routines. |
wp-admin/includes/upgrade.php: wp_upgrade | Fires after a site is fully upgraded. |
wp-includes/cache.php: wp_cache_flush() | Removes all cache items. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/load.php: get_current_blog_id() | Retrieve the current site ID. |
wp-includes/functions.php: is_main_site() | Determine whether a site is the main site of the current network. |
wp-includes/functions.php: is_blog_installed() | Determines whether WordPress is already installed. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |