wp-includes/comment.php: _wp_batch_update_comment_type() | Updates the comment type for a batch of comments. |
wp-includes/class-wp-recovery-mode-email-service.php: WP_Recovery_Mode_Email_Service::clear_rate_limit() | Clears the rate limit, allowing a new recovery mode email to be sent immediately. |
wp-includes/class-wp-paused-extensions-storage.php: WP_Paused_Extensions_Storage::delete() | Forgets a previously recorded extension error. |
wp-includes/class-wp-paused-extensions-storage.php: WP_Paused_Extensions_Storage::delete_all() | Remove all paused extensions. |
wp-includes/taxonomy.php: clean_taxonomy_cache() | Clean the caches for a taxonomy. |
wp-includes/nav-menu.php: _wp_menus_changed() | Handle menu config after theme change. |
wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php: WP_REST_Settings_Controller::update_item() | Updates settings for the settings object. |
wp-includes/taxonomy.php: unregister_taxonomy() | Unregisters a taxonomy. |
wp-admin/includes/class-wp-upgrader.php: WP_Upgrader::release_lock() | Releases an upgrader lock. |
wp-includes/option.php: delete_network_option() | Removes a network option by name. |
wp-includes/taxonomy.php: _wp_batch_split_terms() | Splits a batch of shared taxonomy terms. |
wp-admin/includes/class-wp-site-icon.php: WP_Site_Icon::delete_attachment_data() | Deletes the Site Icon when the image file is deleted. |
wp-admin/includes/misc.php: update_home_siteurl() | Flushes rewrite rules if siteurl, home or page_on_front changed. |
wp-admin/includes/schema.php: populate_options() | Create WordPress options and set the default values. |
wp-admin/includes/update-core.php: update_core() | Upgrades the core of WordPress. |
wp-includes/theme.php: remove_theme_mods() | Removes theme modifications option for current theme. |
wp-includes/theme.php: switch_theme() | Switches the theme. |
wp-includes/theme.php: get_theme_mods() | Retrieves all theme modifications. |
wp-includes/class-wp-theme.php: WP_Theme::get_allowed_on_site() | Returns array of stylesheet names of themes allowed on the site. |
wp-includes/option.php: get_transient() | Retrieves the value of a transient. |
wp-includes/option.php: set_transient() | Sets/updates the value of a transient. |
wp-includes/option.php: delete_transient() | Deletes a transient. |
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: maybe_add_existing_user_to_blog() | Add a new user to a blog by visiting /newbloguser/{key}/. |
wp-includes/ms-blogs.php: delete_blog_option() | Removes option by name for a given blog ID. Prevents removal of protected WordPress options. |