Corey McKrill
Corey McKrill
If I add a `letter-spacing` rule to the parent element that `.bigtext()` gets applied to, there seems to be a certain threshold over which the resizing calculation no longer works...
Particularly for the orders and products API endpoints, the objects in the response include a `meta_data` property which is an array of key/value pairs, representing postmeta. This array can be...
https://github.com/woocommerce/woocommerce/pull/33325 will add a new parameter to `wc-analytics` API endpoints, `force_cache_refresh`, which will cause the current request to bypass the cache, re-run the queries for the requested data, and overwrite...
When logging into WordCamp.dev after provisioning, you'll see an admin notice with a list of plugins that are either missing or aren't in the desired state of network activation/deactivation. This...
### Changes proposed in this Pull Request: Updates the developer doc page about Logging with the changes that will be released in WC 8.6. **Note that this PR should not...
The `WP_Background_Process` class, along with its parent class `WP_Async_Request`, was added [8 years ago](https://github.com/woocommerce/woocommerce/commit/8e0d7d7bb7619012f93732c385f8f2c2aa91e729). It appears to be a fork of [this library](https://github.com/deliciousbrains/wp-background-processing). Our version has received a few commits...
Some setting types wrap the description string in a `` tag, some do not. The radio setting type actually wraps the string in _nested_ `` tags (this is probably a...
When exporting products with Query Monitor active, the following PHP warning is generated and displayed in the browser console: ```json { "type": "warning", "message": "unlink(/var/www/html/wp-content/uploads/wc-product-export-19-2-2024-1708373232823.csv): No such file or directory",...
While the CLI is generating products, with WP_DEBUG turned on, the following warnings periodically show up: ``` Warning: Undefined array key 0 in /var/www/html/wp-content/plugins/wc-smooth-generator/includes/Generator/Generator.php on line 99 Warning: Attempt to...
Currently when entering a number of products or orders to generate in the Admin UI, and then clicking the Generate button, a separate Action Scheduler task is created for _each...