wp-includes/load.php:
wp_get_active_and_valid_themes()
|
Retrieves an array of active and valid themes.
|
wp-includes/ms-site.php:
wp_initialize_site()
|
Runs the initialization routine for a given site.
|
wp-includes/script-loader.php:
wp_default_packages_inline_scripts()
|
Adds inline scripts required for the WordPress JavaScript packages.
|
wp-includes/functions.php:
wp_schedule_delete_old_privacy_export_files()
|
Schedule a WP_Cron job to delete expired export files.
|
wp-includes/ms-load.php:
ms_load_current_site_and_network()
|
Identifies the network and site of a requested domain and path and populates the corresponding network and site global objects as part of the multisite bootstrap process.
|
wp-admin/includes/translation-install.php:
wp_get_available_translations()
|
Get available translations from the WordPress.org API.
|
wp-admin/includes/class-wp-automatic-updater.php:
WP_Automatic_Updater::is_disabled()
|
Whether the entire automatic updater is disabled.
|
wp-admin/includes/misc.php:
update_home_siteurl()
|
Flushes rewrite rules if siteurl, home or page_on_front changed.
|
wp-admin/includes/file.php:
request_filesystem_credentials()
|
Displays a form to the user to request for their FTP/SSH details in order to connect to the filesystem.
|
wp-includes/theme.php:
validate_current_theme()
|
Checks that current theme files ‘index.php’ and ‘style.css’ exists.
|
wp-includes/l10n.php:
load_default_textdomain()
|
Load default translated strings based on locale.
|
wp-includes/l10n.php:
get_locale()
|
Retrieves the current locale.
|
wp-includes/load.php:
wp_maintenance()
|
Die with a maintenance message when conditions are met.
|
wp-includes/load.php:
wp_not_installed()
|
Redirect to the installer if WordPress is not installed.
|
wp-includes/load.php:
wp_get_active_and_valid_plugins()
|
Retrieve an array of active and valid plugin files.
|
wp-includes/functions.php:
dead_db()
|
Load custom DB error or display WordPress DB error.
|
wp-includes/functions.php:
is_blog_installed()
|
Determines whether WordPress is already installed.
|
wp-includes/update.php:
wp_schedule_update_checks()
|
Schedule core, theme, and plugin update checks.
|
wp-includes/update.php:
wp_version_check()
|
Check WordPress version against the newest version.
|
wp-includes/update.php:
wp_update_plugins()
|
Check plugin versions against the latest versions hosted on WordPress.org.
|
wp-includes/update.php:
wp_update_themes()
|
Check theme versions against the latest versions hosted on WordPress.org.
|
wp-includes/option.php:
get_transient()
|
Get the value of a transient.
|
wp-includes/option.php:
wp_load_alloptions()
|
Loads and caches all autoloaded options, if available or all options.
|
wp-includes/option.php:
wp_load_core_site_options()
|
Loads and caches certain often requested site options if is_multisite() and a persistent cache is not being used.
|
wp-includes/option.php:
update_option()
|
Update the value of an option that was already added.
|
wp-includes/option.php:
add_option()
|
Add a new option.
|
wp-includes/option.php:
delete_option()
|
Removes option by name. Prevents removal of protected WordPress options.
|
wp-includes/option.php:
get_option()
|
Retrieves an option value based on an option name.
|
wp-includes/ms-functions.php:
wp_schedule_update_network_counts()
|
Schedule update of the network-wide counts for the current network.
|
wp-includes/ms-functions.php:
wpmu_create_blog()
|
Create a site.
|
wp-includes/script-loader.php:
wp_style_loader_src()
|
Administration Screen CSS for changing the styles.
|
wp-includes/script-loader.php:
wp_default_scripts()
|
Register all WordPress scripts.
|