Used By
Used By | Description |
---|---|
wp-includes/ms-site.php: wp_is_site_initialized() | Checks whether a site is initialized. |
wp-admin/includes/upgrade.php: dbDelta() | Modifies the database based on specified SQL statements. |
wp-includes/functions.php: is_blog_installed() | Determines whether WordPress is already installed. |
wp-includes/option.php: wp_load_alloptions() | Loads and caches all autoloaded options, if available or all options. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/ms-deprecated.php: install_blog() | Install an empty blog. |
wp-includes/ms-deprecated.php: install_blog_defaults() | Set blog defaults. |