includes/admin/class-wc-admin-dashboard.php:
WC_Admin_Dashboard::get_top_seller()
|
Get top seller from DB.
|
includes/admin/class-wc-admin-dashboard.php:
WC_Admin_Dashboard::status_widget_order_rows()
|
Show order data is status widget.
|
includes/admin/wc-admin-functions.php:
wc_get_screen_ids()
|
Get all WooCommerce screen ids.
|
includes/admin/class-wc-admin-meta-boxes.php:
WC_Admin_Meta_Boxes::add_meta_boxes()
|
Add WC Meta boxes.
|
includes/admin/class-wc-admin-meta-boxes.php:
WC_Admin_Meta_Boxes::remove_meta_boxes()
|
Remove bloat.
|
includes/admin/class-wc-admin-meta-boxes.php:
WC_Admin_Meta_Boxes::save_meta_boxes()
|
Check if we’re saving, the trigger an action based on the post type.
|
includes/admin/list-tables/class-wc-admin-list-table-orders.php:
WC_Admin_List_Table_Orders::request_query()
|
Handle any filters.
|
includes/admin/list-tables/class-wc-admin-list-table-orders.php:
WC_Admin_List_Table_Orders::restrict_manage_posts()
|
See if we should render search filters or not.
|
includes/admin/class-wc-admin-post-types.php:
WC_Admin_Post_Types::disable_autosave()
|
Disable the auto-save functionality for Orders.
|
includes/admin/class-wc-admin-assets.php:
WC_Admin_Assets::admin_scripts()
|
Enqueue scripts.
|
includes/admin/reports/class-wc-report-coupon-usage.php:
WC_Report_Coupon_Usage::get_main_chart()
|
Get the main chart.
|
includes/admin/reports/class-wc-report-coupon-usage.php:
WC_Report_Coupon_Usage::get_chart_legend()
|
Get the legend for the main chart sidebar.
|
includes/admin/reports/class-wc-report-sales-by-date.php:
WC_Report_Sales_By_Date::query_report_data()
|
Get all data needed for this report and store in the class.
|
includes/admin/reports/class-wc-report-taxes-by-date.php:
WC_Report_Taxes_By_Date::get_main_chart()
|
Get the main chart.
|
includes/admin/reports/class-wc-report-taxes-by-code.php:
WC_Report_Taxes_By_Code::get_main_chart()
|
Get the main chart.
|
includes/admin/reports/class-wc-admin-report.php:
WC_Admin_Report::get_order_report_data()
|
Get report totals such as order totals and discount amounts.
|
includes/class-wc-order-query.php:
WC_Order_Query::get_default_query_vars()
|
Valid query vars for orders.
|
includes/data-stores/abstract-wc-order-data-store-cpt.php:
Abstract_WC_Order_Data_Store_CPT::read()
|
Method to read an order from the database.
|
includes/data-stores/class-wc-order-data-store-cpt.php:
WC_Order_Data_Store_CPT::get_unpaid_orders()
|
Get unpaid orders after a certain date,
|
includes/class-wc-post-data.php:
WC_Post_Data::trash_post()
|
Trash post.
|
includes/class-wc-post-data.php:
WC_Post_Data::untrash_post()
|
Untrash post.
|
includes/class-wc-post-data.php:
WC_Post_Data::before_delete_order()
|
Before deleting an order, do some cleanup.
|
includes/class-wc-post-data.php:
WC_Post_Data::delete_order_items()
|
Remove item meta on permanent deletion.
|
includes/class-wc-post-data.php:
WC_Post_Data::delete_order_downloadable_permissions()
|
Remove downloadable permissions on permanent order deletion.
|
includes/class-wc-post-data.php:
WC_Post_Data::update_post_metadata()
|
Ensure floats are correctly converted to strings based on PHP locale.
|
includes/wc-order-functions.php:
wc_orders_count()
|
Return the orders count of a specific order status.
|
includes/class-wc-webhook.php:
WC_Webhook::is_valid_resource()
|
Checks the resource for this webhook is valid e.g. valid post status.
|