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.
AbstractBlock::get_skeleton_inline_script() – Script to append the correct sizing class to a block skeleton.
AbstractPaymentMethodType::get_payment_method_script_handles_for_admin() – Returns an array of script handles to enqueue for this payment method in the admin context
AbstractPaymentMethodType::get_payment_method_script_handles() – Returns an array of script handles to enqueue for this payment method in the frontend context
AbstractProductGrid::get_schema_content_visibility() – Get the schema for the contentVisibility attribute
AbstractSchema::get_store_currency_properties() – Returns consistent currency schema used across endpoints for prices.
AbstractSchema::get_store_currency_response() – Prepares a list of store currency data to return in responses.
AbstractServiceProvider::share_with_auto_arguments() – Register a class in the container and use reflection to guess the injection method arguments.
AbstractServiceProvider::share() – Register a shared entry in the container (`get` always returns the same instance).
ActionScheduler_Abstract_ListTable::get_search_box_placeholder() – Get the text to display in the search box on the list table.
ActionScheduler_Abstract_ListTable::get_sortable_columns() – Reads $this->sort_by and returns the columns name in a format that WP_Table_List expects
ActionScheduler_Abstract_ListTable::set_items() – Set the data for displaying. It will attempt to unserialize (There is a chance that some columns are serialized). This can be override in child classes for further data transformation.
ActionScheduler_Abstract_QueueRunner::schedule_next_instance() – Schedule the next instance of the action if necessary.
ActionScheduler_Abstract_Schedule::__sleep() – For PHP 5.2 compat, since DateTime objects can’t be serialized
ActionScheduler_Abstract_Schedule::calculate_next() – Calculate when the next instance of this schedule would run based on a given date & time.
ActionScheduler_Abstract_Schedule::get_next() – Get the next date & time when this schedule should run after a given date & time.
ActionScheduler_Abstract_Schema::mark_schema_update_complete() – Update the option in WordPress to indicate that our schema is now up to date
ActionScheduler_Abstract_Schema::register_tables() – Register tables with WordPress, and create them if needed.
ActionScheduler_Abstract_Schema::schema_update_required() – Determine if the database schema is out of date by comparing the integer found in $this->schema_version with the option set in the WordPress options table
ActionScheduler_AdminView_Deprecated::search_post_password() – Filter search queries to allow searching by Claim ID (i.e. post_password).
ActionScheduler_AdminView::register_system_status_tab() – Registers action-scheduler into WooCommerce > System status.
ActionScheduler_AsyncRequest_QueueRunner::get_sleep_seconds() – Chaining async requests can crash MySQL. A brief sleep call in PHP prevents that.
ActionScheduler_CronSchedule::__sleep() – Serialize cron schedules with data required prior to AS 3.0.0
ActionScheduler_HybridStore::set_autoincrement() – When the actions table is created, set its autoincrement value to be one higher than the posts table to ensure that there are no ID collisions.
ActionScheduler_HybridStore::stake_claim() – If any actions would have been claimed by the secondary store, migrate them immediately, then ask the primary store for the canonical claim.
ActionScheduler_IntervalSchedule::__sleep() – Serialize interval schedules with data required prior to AS 3.0.0