Abstract_Indexation_Route::run_indexation_action() – Runs an indexing action and returns the response.
Admin_Columns_Cache_Integration::register_hooks() – Registers the appropriate actions and filters to fill the cache with indexables on admin pages.
Comment_Link_Fixer::clean_reply_to_com() – Checks whether we can allow the feature that removes ?replytocom query parameters.
Comment_Link_Fixer::has_replytocom_parameter() – Checks if the url contains the ?replytocom query parameter.
Comment_Link_Fixer::remove_reply_to_com() – Removes the ?replytocom variable from the link, replacing it with a #comment-<number> anchor.
CookieJar::removeCookieIfEmpty() – If a cookie already exists and the server asks to set it again with a null value, the cookie must be deleted.
CurlFactory::retryFailedRewind() – This function ensures that a response was set on a transaction. If one was not set, then the request is retried if possible. This error typically means you are sending a payload, curl encountered a "Connection died, retrying a fresh connect" error, tried to rewind the stream, and then encountered a "necessary data rewind wasn’t possible" error, causing the request to be sent through curl_multi_info_read() without an error status.