Uses
Uses | Description |
---|---|
wp-admin/includes/upgrade.php: wp_install_maybe_enable_pretty_permalinks() | Maybe enable pretty permalinks on installation. |
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: wp_check_mysql_version() | Checks the version of the installed MySQL binary. |
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-admin/includes/upgrade.php: wp_new_blog_notification() | Notifies the site admin that the setup is complete. |
wp-admin/includes/upgrade.php: wp_install | Fires after a site is fully installed. |
wp-includes/class-wp-user.php: WP_User::__construct() | Constructor. |
wp-includes/cache.php: wp_cache_flush() | Removes all cache items. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/pluggable.php: wp_generate_password() | Generates a random password drawn from the defined set of characters. |
wp-includes/functions.php: wp_guess_url() | Guess the URL for the site. |
wp-includes/functions.php: _deprecated_argument() | Mark a function argument as deprecated and inform when it has been used. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/option.php: update_option() | Updates the value of an option that was already added. |
wp-includes/user.php: wp_create_user() | A simpler way of inserting a user into the database. |
wp-includes/user.php: wp_update_user() | Update a user in the database. |
wp-includes/user.php: username_exists() | Determines whether the given username exists. |
wp-includes/user.php: update_user_option() | Update user option with global blog capability. |
wp-includes/rewrite.php: flush_rewrite_rules() | Remove rewrite rules and then recreate rewrite rules. |