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