Caleb Burks
Caleb Burks
I haven't had the chance to dig into this further, but just wanted to log this somewhere to prevent forgetting about it. Assigning a value to `$line` in `wp shell`...
https://wordpress.org/support/topic/fee-ignores-coupon-code-or-discount/
https://wordpress.org/support/topic/multiple-fee-by-quantity-doesnt-work-with-area-calculator/
There are quite possibly some issues when the WooCommerce site is on https. Need to test having a site home url in "https" format, as well as triggering this option:...
Opening this to track this closed PR: https://github.com/Automattic/vip-go-mu-plugins/pull/984 If still desired/needed, the cache-purging functionality can be added to this plugin. Perhaps here: https://github.com/Automattic/liveblog/blob/25bc1f0f2e6b53c6ecd1ccec080600e01f54abd8/wpcom-helper.php
On wpcom, the REST API endpoint url needs to be filtered so the mapped domain is used in the REST API calls rather than the backend site url (for CORS...
In AS, you'll see the the common `stop_the_insanity()` function in use: https://github.com/Prospress/action-scheduler/blob/master/classes/ActionScheduler_WPCLI_QueueRunner.php#L118 I had to do something similar for the migration command to prevent the process from being killed by...