woocommerce/includes/admin
dezio1900 007fc6e0ca
Allow items to be changed in wc_save_order_items function
Allow other plugins to be able to change $item object, for example to adjust line subtotal/total before its saved. 

My need for this change is because I have custom booking product item, and attached custom inputs for the item ( checkin / checkout dates etc ). So whenever those inputs are changed in order edit page and ajax save is triggered, I need to auto adjust booking item's line subtotal/total ( because of booking dates changed ) before item is saved.
2018-06-11 20:27:32 +02:00
..
helper Broken log due to variable 2018-04-30 16:23:49 +01:00
importers Merge pull request #20273 from woocommerce/fix/20268 2018-05-29 15:27:40 +01:00
list-tables add filter for bulk action IDs 2018-06-05 12:07:35 +02:00
meta-boxes order billing fields do not overwrite value, if provided 2018-06-07 09:02:12 +02:00
plugin-updates Fix PHPCS violations in includes/admin/plugin-updates/views/html-notice-untested-extensions-inline.php 2018-03-06 10:58:45 -03:00
reports Fix PHPCS violations in includes/admin/reports/class-wc-report-customers.php 2018-05-07 17:08:56 -03:00
settings Merge pull request #20406 from unfulvio/20404-custom-webhook-topic-dropdown-bug 2018-06-08 09:43:50 -07:00
views Add nonce to force update WC database URL 2018-06-07 09:55:47 -03:00
class-wc-admin-addons.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
class-wc-admin-api-keys-table-list.php Moved settings tabs around to allow for privacy page. 2018-04-12 16:59:42 +01:00
class-wc-admin-api-keys.php Moved settings tabs around to allow for privacy page. 2018-04-12 16:59:42 +01:00
class-wc-admin-assets.php Merge branch 'master' into update/gdpr-order-cleanup 2018-04-18 11:21:43 +01:00
class-wc-admin-attributes.php Fixed admin attributes page inline docs 2018-04-18 15:32:46 -03:00
class-wc-admin-customize.php [menu] - change title to capitalized to match wp core 2018-05-24 15:56:13 +01:00
class-wc-admin-dashboard.php Fix multisite dashboard widget to use proper order number 2018-06-08 11:59:27 -04:00
class-wc-admin-duplicate-product.php When duplicating variation, set the date to null 2018-05-15 15:37:17 +01:00
class-wc-admin-exporters.php Hid import/export from menu when having insufficient capabilities 2018-04-04 15:06:13 +02:00
class-wc-admin-help.php Update class-wc-admin-help.php 2018-04-20 14:25:11 -04:00
class-wc-admin-importers.php When cleaning up CSV import, only remove product taxonomies 2018-05-16 08:57:37 +01:00
class-wc-admin-log-table-list.php Approach Cleaned 2018-05-13 23:40:07 +06:00
class-wc-admin-menus.php Hook doc update 2018-05-02 14:28:53 +01:00
class-wc-admin-meta-boxes.php added checking for invalid ratings while saving 2018-04-09 18:13:13 +06:00
class-wc-admin-notices.php Only show notices on specific screens 2018-04-18 14:08:31 +01:00
class-wc-admin-permalink-settings.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
class-wc-admin-pointers.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
class-wc-admin-post-types.php Fixed bug when using asbint() with wc_get_page_id() 2018-04-04 12:12:05 -03:00
class-wc-admin-profile.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
class-wc-admin-reports.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
class-wc-admin-settings.php merge master 2018-05-30 14:35:32 +01:00
class-wc-admin-setup-wizard.php Missed a json encode 2018-05-30 14:05:06 +01:00
class-wc-admin-status.php Use new methods and fix phpcs 2018-05-01 16:37:44 +01:00
class-wc-admin-taxonomies.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
class-wc-admin-webhooks-table-list.php Fix webhook filtering URLs 2018-05-25 12:21:31 +01:00
class-wc-admin-webhooks.php Moved settings tabs around to allow for privacy page. 2018-04-12 16:59:42 +01:00
class-wc-admin.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
wc-admin-functions.php Allow items to be changed in wc_save_order_items function 2018-06-11 20:27:32 +02:00
wc-meta-box-functions.php Moved wc_selected to core functions. 2018-04-18 15:54:57 +02:00