Abstract_Link_Indexing_Action::get_limit() – Returns the number of texts that will be indexed in a single link indexing pass.
Abstract_Link_Indexing_Action::index() – Builds links for indexables which haven’t had their links indexed yet.
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.
Custom_Loader::setDefinition() – Registers a definition in the container with its instanceof-conditionals.
each_limit_all() – Like each_limit, but ensures that no promise in the given $iterable argument is rejected. If any promise is rejected, then the aggregate promise is rejected with the encountered rejection.
each_limit() – Like each, but only allows a certain number of outstanding promises at any given time.
Indexable_Link_Builder::filter_link() – Filters out links that point to the same page with a fragment or query.
Indexable_Link_Builder::get_internal_link_count() – Returns the number of internal links in an array of link models.
Indexable_Link_Builder::get_post_id() – Get the post ID based on the link’s type and its target’s permalink.