Abstract_Indexing_Action::get_limited_unindexed_count() – Returns a limited number of unindexed posts.
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::get_limited_unindexed_count() – In the case of term-links and post-links we want to use the total unindexed count, because using the limited unindexed count actually leads to worse performance.
Abstract_Link_Indexing_Action::index() – Builds links for indexables which haven’t had their links indexed yet.
Aioseo_Cleanup_Action::get_limited_unindexed_count() – Just checks if the cleanup has been completed in the past.
Breadcrumb::format_last_breadcrumb() – Creates the last breadcrumb in the breadcrumb list, omitting the URL per Google’s spec.
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.
Health_Check::get_test_label() – Returns the name of health check implementation that the user can see. WordPress needs this to manage the health check (https://developer.wordpress.org/reference/hooks/site_status_tests/).
HelpScout_Beacon::get_language_settings() – Returns language settings for the website and the current user.
Indexable_Builder_Versions::get_latest_version_for_type() – Provides the most recent version number for an Indexable’s object type.
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.
Indexable_Link_Builder::links_diff() – Creates a diff between two arrays of SEO links, based on urls.
Indexable_Link_Builder::update_incoming_links_for_related_indexables() – Updates incoming link counts for related indexables.
Indexable_Link_Builder::update_related_indexables() – Updates the link counts for related indexables.
Indexable_Repository::update_incoming_link_count() – Updates the incoming link count for an indexable without first fetching it.
Indexables_Page_Helper::get_link_suggestions_enabled() – Checks if link suggestions are enabled or not