Abstract_WC_Order_Item_Type_Data_Store::save_item_data() – Saves an item’s data to the database / item meta.
AbstractCartRoute::maybe_recalculate_totals() – If shipping/tax data has changed on the server since last calculation, trigger a recalculation now.
AbstractRoute::error_to_response() – Converts an error to a response object. Based on WP_REST_Server.
ActionScheduler_Abstract_ListTable::display_table() – Renders the table list, we override the original class to render the table inside a form and to render any needed HTML (like the search box). By doing so the callee of a function can simple forget about any extra HTML.
ActionScheduler_Abstract_ListTable::get_table_columns() – Process and return the columns name. This is meant for using with SQL, this means it always includes the primary key.
ActionScheduler_Abstract_ListTable::translate() – Makes translation easier, it basically just wraps `_x` with some default (the package name)
ActionScheduler_Abstract_QueueRunner::get_time_limit() – Get the maximum number of seconds a batch can run for.
ActionScheduler_Abstract_QueueRunner::time_likely_to_be_exceeded() – Check if the host’s max execution time is (likely) to be exceeded if processing more actions.
ActionScheduler_Abstract_Schema::register_tables() – Register tables with WordPress, and create them if needed.
ActionScheduler_AdminView_Deprecated::list_table_column_content() – Print the content for our custom columns.
ActionScheduler_AdminView_Deprecated::list_table_columns() – Completely customer the columns displayed on the Scheduled Actions administration screen.
ActionScheduler_AdminView_Deprecated::list_table_sortable_columns() – Make our custom title & date columns use defaulting title & date sorting.
ActionScheduler_AdminView_Deprecated::list_table_views() – Customise the post status related views displayed on the Scheduled Actions administration screen.
ActionScheduler_AdminView::add_help_tabs() – Provide more information about the screen and its data in the help tab.
ActionScheduler_AdminView::get_list_table() – Get the admin UI object and process any requested actions.
ActionScheduler_Compatibility::convert_hr_to_bytes() – Converts a shorthand byte value to an integer byte value.
ActionScheduler_Compatibility::raise_time_limit() – Attempts to raise the PHP timeout for time intensive processes.
ActionScheduler_QueueCleaner::reset_timeouts() – Unclaim pending actions that have not been run within a given time limit.
ActionScheduler_TimezoneHelper::get_local_timezone_string() – Helper to retrieve the timezone string for a site until a WP core method exists (see https://core.trac.wordpress.org/ticket/24730).
ActionScheduler_TimezoneHelper::set_local_timezone() – Set a DateTime’s timezone to the WordPress site’s timezone, or a UTC offset if no timezone string is available.
ActionScheduler_wcSystemStatus::get_template() – Get oldest or newest scheduled date for a given status.
ActionScheduler_wpPostStore_PostTypeRegistrar::post_type_args() – Build the args array for the post type definition
Analytics::register_cache_clear_tool() – Register the cache clearing tool on the WooCommerce > Status > Tools page.