WC_Admin_Webhooks_Table_List::display_tablenav() – Generate the table navigation above or below the table.
wc_asort_by_locale() – Sort array according to current locale rules and maintaining index association.
WC_Cart_Totals::round_line_tax() – Apply rounding to an array of taxes before summing. Rounds to store DP setting, ignoring precision.
WC_Countries::get_country_locale_field_selectors() – Get JS selectors for fields which are shown/hidden depending on the locale.
WC_Customer_Download_Log_Data_Store::delete_by_permission_id() – Method to delete download logs for a given permission ID.
WC_Customer_Download_Log_Data_Store::get_download_logs_for_permission() – Get download logs for a given download permission.
WC_Customer_Download_Log_Data_Store::get_download_logs() – Get array of download log ids by specified args.
WC_Email::restore_locale() – Restore the locale to the default locale. Use after finished with setup_locale.
WC_Email::setup_locale() – Set the locale to the store locale for customer emails to make sure emails are in the store language.
wc_fix_product_attachment_link() – Prevent product attachment links from breaking when using complex rewrite structures.
WC_Gateway_COD::load_shipping_method_options() – Loads all of the shipping method options for the enable_for_methods field.
WC_Gateway_Paypal_Request::line_items_valid() – Check if the order has valid line items to use for PayPal request.