Uses
Uses | Description |
---|---|
wp-includes/ms-site.php: wp_is_site_initialized() | Checks whether a site is initialized. |
wp-includes/ms-site.php: wp_initialize_site_args | Filters the arguments for initializing a site. |
wp-admin/includes/schema.php: populate_site_meta() | Creates WordPress site meta and sets the default values. |
wp-includes/ms-network.php: get_network() | Retrieves network data given a network ID or network object. |
wp-includes/ms-site.php: get_site() | Retrieves site data given a site ID or site object. |
wp-includes/load.php: wp_installing() | Check or set whether WordPress is in “installation” mode. |
wp-includes/option.php: get_network_option() | Retrieves a network’s option value based on the option name. |
wp-admin/includes/schema.php: populate_roles() | Execute WordPress role creation for the various WordPress versions. |
wp-admin/includes/schema.php: populate_options() | Create WordPress options and set the default values. |
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: wp_install_defaults() | Creates the initial content for a newly-installed site. |
wp-includes/capabilities.php: user_can() | Returns whether a particular user has the specified capability. |
wp-includes/class-wp-roles.php: WP_Roles::__construct() | Constructor |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/formatting.php: untrailingslashit() | Removes trailing forward slashes and backslashes if they exist. |
wp-includes/load.php: get_current_blog_id() | Retrieve the current site ID. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/link-template.php: get_home_url() | Retrieves the URL for a given site where the front end is accessible. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/user.php: get_user_meta() | Retrieve user meta field for a user. |
wp-includes/user.php: update_user_meta() | Update user meta field based on user ID. |
wp-includes/ms-functions.php: add_user_to_blog() | Adds a user to a blog, along with specifying the user’s role. |
wp-includes/ms-load.php: is_subdomain_install() | Whether a subdomain configuration is enabled. |
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/ms-blogs.php: get_blog_option() | Retrieve option value for a given blog id based on name of option. |
wp-includes/ms-site.php: clean_blog_cache() | Clean the blog cache |
wp-includes/wp-db.php: wpdb::get_blog_prefix() | Gets blog prefix. |
wp-includes/meta.php: delete_metadata() | Deletes metadata for the specified object. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |