wp-includes/comment.php: _wp_batch_update_comment_type() | Updates the comment type for a batch of comments. |
wp-includes/ms-site.php: wp_uninitialize_site() | Runs the uninitialization routine for a given site. |
wp-admin/includes/schema.php: populate_network_meta() | Creates WordPress network meta and sets the default values. |
wp-admin/includes/schema.php: populate_site_meta() | Creates WordPress site meta and sets the default values. |
wp-includes/option.php: delete_expired_transients() | Deletes all expired transients. |
wp-admin/includes/class-wp-upgrader.php: WP_Upgrader::create_lock() | Creates a lock using WordPress options. |
wp-includes/taxonomy.php: _wp_batch_split_terms() | Splits a batch of shared taxonomy terms. |
wp-admin/includes/media.php: wp_media_attach_action() | Encapsulates the logic for Attach/Detach actions. |
wp-admin/includes/upgrade.php: maybe_convert_table_to_utf8mb4() | If a table only contains utf8 or utf8mb4 columns, convert it to utf8mb4. |
wp-admin/install-helper.php: maybe_drop_column() | Drops column from database table, if it exists. |
wp-admin/includes/schema.php: populate_options() | Create WordPress options and set the default values. |
wp-admin/includes/upgrade.php: pre_schema_upgrade() | Runs before the schema is upgraded. |
wp-admin/includes/upgrade.php: maybe_create_table() | Creates a table in the database, if it doesn’t already exist. |
wp-admin/includes/upgrade.php: maybe_add_column() | Adds column to a database table, if it doesn’t already exist. |
wp-admin/includes/upgrade.php: upgrade_network() | Executes network-level upgrade routines. |
wp-admin/includes/upgrade.php: drop_index() | Drops a specified index from a table. |
wp-admin/includes/upgrade.php: add_clean_index() | Adds an index to a specified table. |
wp-admin/includes/upgrade.php: dbDelta() | Modifies the database based on specified SQL statements. |
wp-admin/includes/upgrade.php: wp_install_defaults() | Creates the initial content for a newly-installed site. |
wp-includes/deprecated.php: delete_usermeta() | Remove user meta data. |
wp-includes/taxonomy.php: wp_set_object_terms() | Create Term and Taxonomy Relationships. |
wp-includes/taxonomy.php: wp_remove_object_terms() | Remove term(s) associated with a given object. |
wp-includes/option.php: add_option() | Adds a new option. |
wp-includes/post.php: wp_untrash_post_comments() | Restore comments for a post from the Trash. |
wp-includes/revision.php: _wp_upgrade_revisions_of_post() | Upgrade the revisions author, add the current post as a revision and set the revisions version to 1 |
wp-includes/ms-functions.php: remove_user_from_blog() | Remove a user from a blog. |
wp-includes/wp-db.php: wpdb::_insert_replace_helper() | Helper function for insert and replace. |
wp-includes/wp-db.php: wpdb::update() | Updates a row in the table. |
wp-includes/wp-db.php: wpdb::delete() | Deletes a row in the table. |
wp-includes/wp-db.php: wpdb::get_var() | Retrieves one variable from the database. |
wp-includes/wp-db.php: wpdb::get_row() | Retrieves one row from the database. |
wp-includes/wp-db.php: wpdb::get_col() | Retrieves one column from the database. |
wp-includes/wp-db.php: wpdb::get_results() | Retrieves an entire SQL result set from the database (i.e., many rows). |
wp-includes/comment.php: trackback() | Send a Trackback. |
wp-includes/comment.php: do_trackbacks() | Perform trackbacks. |
wp-includes/meta.php: delete_metadata() | Deletes metadata for the specified object. |