AbstractAddressSchema::format_state() – Format a state based on the country. If country has defined states, will return an upper case state code.
AbstractRoute::prepare_response_for_collection() – Prepares a response for insertion into a collection.
AbstractSchema::get_endpoint_args_for_item_schema() – Retrieves an array of endpoint arguments from the item schema for the controller.
AbstractSchema::get_item_responses_from_schema() – Apply a schema get_item_response callback to an array of items and return the result.
ActionScheduler_Abstract_ListTable::display_filter_by_status() – Prints the available statuses so the user can click to filter.
ActionScheduler_Abstract_RecurringSchedule::get_first_date() – Get the date & time of the first schedule in this recurring series.
ActionScheduler_DataController::free_memory() – Reduce memory footprint by clearing the database query and object caches.
ActionScheduler_DBLogger::create_entry_from_db_record() – Create an action log entry from a database record.
ActionScheduler_HybridStore::find_action() – Find the first matching action from the secondary store.
ActionScheduler_HybridStore::mark_failure() – Mark an existing action as failed whether migrated or not.
ActionScheduler_InvalidActionException::from_decoding_args() – Create a new exception when the action’s args cannot be decoded to an array.
ActionScheduler_InvalidActionException::from_schedule() – Create a new exception when the action’s schedule cannot be fetched.
ActionScheduler_ListTable::display_filter_by_status() – Prints the available statuses so the user can click to filter.
ActionScheduler_QueueCleaner::mark_failures() – Mark actions that have been running for more than a given time limit as failed, based on the assumption some uncatachable and unloggable fatal error occurred during processing.
ActionScheduler_Store_Deprecated::mark_failed_fetch_action() – Mark an action that failed to fetch correctly as failed.
ActionScheduler_WPCLI_QueueRunner::action_failed() – Handle WP CLI message when the action has failed.
ActionScheduler_wpCommentLogger::filter_comment_count() – Remove action log entries from wp_count_comments()
ActionScheduler_wpCommentLogger::filter_comment_feed() – Make sure Action Scheduler logs are excluded from comment feeds, which use WP_Query, not the WP_Comment_Query class handled by @see self::filter_comment_queries().
ActivityPanels::add_user_data_fields() – Adds fields so that we can store activity panel last read and open times.
Analytics::add_user_data_fields() – Adds fields so that we can store user preferences for the columns to display on a report.
AnalyticsDashboard::add_user_data_fields() – Adds fields so that we can store performance indicators, row settings, and chart type settings for users.
Autoloader_Locator::find_latest_autoloader() – Finds the path to the plugin with the latest autoloader.