Abstract_WC_Order_Data_Store_CPT::delete_items() – Remove all line items (products, coupons, shipping, taxes) from the order.
Abstract_WC_Order_Data_Store_CPT::read_items() – Read order items of a specific type from the database for this order.
Abstract_WC_Order_Data_Store_CPT::read_order_data() – Read order data. Can be overridden by child classes to load other props.
Abstract_WC_Order_Data_Store_CPT::update_post_meta() – Helper method that updates all the post meta for an order based on it’s settings in the WC_Order class.
AbstractPaymentMethodType::get_payment_method_data() – An array of key, value pairs of data made available to payment methods client side.
ActionScheduler_Abstract_ListTable::column_default() – Default column formatting, it will escape everything for security.
ActionScheduler_Abstract_ListTable::display_admin_notices() – Display the table heading and search query, if any
ActionScheduler_Abstract_ListTable::display_filter_by_status() – Prints the available statuses so the user can click to filter.
ActionScheduler_Abstract_ListTable::display_header() – Display the table heading and search query, if any
ActionScheduler_Abstract_ListTable::display_page() – Render the list table page, including header, notices, status filters and table.
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_QueueRunner_Deprecated::get_maximum_execution_time() – Get the maximum number of seconds a batch can run for.
ActionScheduler_AdminView_Deprecated::admin_notices() – Convert an interval of seconds into a two part human friendly string.
ActionScheduler_AdminView_Deprecated::bulk_actions() – Do not include the "Edit" action for the Scheduled Actions administration screen.
ActionScheduler_AdminView_Deprecated::custom_orderby() – Filter search queries to allow searching by Claim ID (i.e. post_password).
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_Deprecated::maybe_execute_action() – Run an action when triggered from the Action Scheduler administration screen.
ActionScheduler_AdminView_Deprecated::post_updated_messages() – Change messages when a scheduled action is updated.
ActionScheduler_AdminView_Deprecated::row_actions() – Hide the inline "Edit" action for all ‘scheduled-action’ posts.
ActionScheduler_AdminView_Deprecated::search_post_password() – Filter search queries to allow searching by Claim ID (i.e. post_password).
ActionScheduler_AsyncRequest_QueueRunner::maybe_dispatch() – If the async request runner is needed and allowed to run, dispatch a request.
ActionScheduler_DataController::dependencies_met() – Get a flag indicating whether the migration environment dependencies are met.
ActionScheduler_DataController::free_memory() – Reduce memory footprint by clearing the database query and object caches.
ActionScheduler_DataController::is_migration_complete() – Get a flag indicating whether the migration is complete.
ActionScheduler_DataController::mark_migration_incomplete() – Unmark migration when a plugin is de-activated. Will not work in case of silent activation, for example in an update.
ActionScheduler_DateTime::getOffsetTimestamp() – Get the timestamp with the WordPress timezone offset added or subtracted.
ActionScheduler_DBLogger::create_entry_from_db_record() – Create an action log entry from a database record.
ActionScheduler_DBStore::action_counts() – Get a count of all actions in the store, grouped by status.