_current_time() – Wrapper for the hrtime() or microtime() functions (depending on the PHP version, one of the two is used)
Abstract_Importing_Action::get_completed_id() – Gets the completed id (to be used as a key for the importing_completed option).
Abstract_Importing_Action::is_compatible_with() – Can the current action import the data from plugin $plugin of type $type?
Abstract_Indexing_Action::get_count_query() – Builds a query for counting the number of unindexed posts.
AbstractProvider::createResourceOwner() – Generates a resource owner object from a successful resource owner details request.
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.
Addon_Update_Watcher::call_toggle_auto_updates_with_empty_array() – Handles the situation where the auto_update_plugins option did not previously exist.
Addon_Update_Watcher::get_conditionals() – Returns the conditionals based on which this loadable should be active.
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.