packages/woocommerce-admin/src/Features/Homescreen.php:
Homescreen::component_settings()
|
Add data to the shared component settings.
|
packages/woocommerce-blocks/src/Domain/Services/DraftOrders.php:
DraftOrders::delete_draft_order_post_status_from_args()
|
Remove draft status from the ‘status’ argument of an $args array.
|
includes/admin/list-tables/class-wc-admin-list-table-orders.php:
WC_Admin_List_Table_Orders::query_filters()
|
Handle any custom filters.
|
includes/admin/list-tables/class-wc-admin-list-table-orders.php:
WC_Admin_List_Table_Orders::handle_bulk_actions()
|
Handle bulk actions.
|
includes/admin/list-tables/class-wc-admin-list-table-orders.php:
WC_Admin_List_Table_Orders::bulk_admin_notices()
|
Show confirmation message that order status changed for number of orders.
|
includes/admin/meta-boxes/class-wc-meta-box-order-data.php:
WC_Meta_Box_Order_Data::output()
|
Output the metabox.
|
includes/legacy/api/v2/class-wc-api-orders.php:
WC_API_Orders::get_order_statuses()
|
Get a list of valid order statuses
|
includes/legacy/api/class-wc-rest-legacy-orders-controller.php:
WC_REST_Legacy_Orders_Controller::prepare_item_for_response()
|
Prepare a single order output for response.
|
includes/legacy/api/v2/class-wc-api-orders.php:
WC_API_Orders::query_orders()
|
Helper method to get order post objects
|
includes/legacy/api/v2/class-wc-api-orders.php:
WC_API_Orders::get_orders_count()
|
Get the total number of orders
|
includes/class-wc-order-query.php:
WC_Order_Query::get_default_query_vars()
|
Valid query vars for orders.
|
includes/data-stores/class-wc-customer-data-store.php:
WC_Customer_Data_Store::get_last_order()
|
Gets the customers last order.
|
includes/data-stores/class-wc-customer-data-store.php:
WC_Customer_Data_Store::get_order_count()
|
Return the number of orders this customer has.
|
includes/abstracts/abstract-wc-order.php:
WC_Abstract_Order::get_valid_statuses()
|
Get all valid statuses for this order
|
includes/class-wc-tracker.php:
WC_Tracker::get_order_counts()
|
Get order counts.
|
includes/wc-order-functions.php:
wc_orders_count()
|
Return the orders count of a specific order status.
|
includes/wc-order-functions.php:
wc_get_order_status_name()
|
Get the nice name for an order status.
|
includes/wc-order-functions.php:
wc_is_order_status()
|
See if a string is an order status.
|
packages/woocommerce-admin/src/API/Reports/Controller.php:
Controller::get_order_status_labels()
|
Get order statuses (and labels) without prefixes.
|
packages/woocommerce-admin/src/Loader.php:
Loader::add_settings()
|
Add WC Admin specific settings
|
packages/woocommerce-admin/src/Loader.php:
Loader::add_component_settings()
|
Hooks extra neccessary data into the component settings array already set in WooCommerce core.
|
packages/woocommerce-admin/src/Loader.php:
Loader::get_unregistered_order_statuses()
|
Get all order statuses present in analytics tables that aren’t registered.
|
packages/woocommerce-blocks/src/Assets/AssetDataRegistry.php:
AssetDataRegistry::get_order_statuses()
|
Returns block-related data for enqueued wc-settings script.
|
includes/rest-api/Controllers/Version3/class-wc-rest-report-orders-totals-controller.php:
WC_REST_Report_Orders_Totals_Controller::get_reports()
|
Get reports list.
|
includes/rest-api/Controllers/Version1/class-wc-rest-orders-v1-controller.php:
WC_REST_Orders_V1_Controller::get_order_statuses()
|
Get order statuses without prefixes.
|
includes/rest-api/Controllers/Version1/class-wc-rest-order-refunds-v1-controller.php:
WC_REST_Order_Refunds_V1_Controller::query_args()
|
Query args.
|
includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller.php:
WC_REST_Order_Refunds_V2_Controller::prepare_objects_query()
|
Prepare objects query.
|
includes/rest-api/Controllers/Version2/class-wc-rest-orders-v2-controller.php:
WC_REST_Orders_V2_Controller::get_order_statuses()
|
Get order statuses without prefixes.
|