Abstract_Indexation_Route::run_indexation_action() – Runs an indexing action and returns the response.
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.
Abstract_Presentation::__isset() – Magic isset for ensuring methods that have a generator are recognised.
Adapter::is_sql_method_call() – Detect whether or not the string represents a function call and if so do not wrap it in single-quotes, otherwise do wrap in single quotes.
Admin_Columns_Cache_Integration::fill_cache() – Fills the cache of indexables for all known post IDs.
Admin_Columns_Cache_Integration::get_child_page_ids() – Adds all child pages due to be shown on the current page to the $to_display array.
Admin_Columns_Cache_Integration::get_conditionals() – Returns the conditionals based on which this loadable should be active.
Admin_Columns_Cache_Integration::get_current_page_page_ids() – Gets all the page IDs set to be shown on the current page.
Admin_Columns_Cache_Integration::maybe_fill_cache() – Makes sure we calculate all values in one query by filling our cache beforehand.
Admin_Columns_Cache_Integration::register_hooks() – Registers the appropriate actions and filters to fill the cache with indexables on admin pages.
Article_Helper::is_article_post_type() – Determines whether a given post type should have Article schema.
Article_Helper::is_author_supported() – Checks whether author is supported for the passed object sub type.