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.
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.