Corey McKrill

Results 93 comments of Corey McKrill

@webr459g8s490ghw3 I was just testing this out, and was able to trigger the `woocommerce_order_status_completed` action hook when changing an order status to "completed" through the API (the `wc/v3/orders` endpoint). Can...

@webr459g8s490ghw3 just to clarify, you're using a legacy endpoint (i.e. `wc-api/v3/orders`) rather than the current REST API endpoint? If so, I definitely encourage you to update the current version.

Some thoughts: * There is a `wc_order_statuses` [filter hook](https://github.com/woocommerce/woocommerce/blob/cdaae1caac40d0357335377bf7efe0381487ba0a/plugins/woocommerce/includes/wc-order-functions.php#L106-L106) that can be used to "register" new statuses, though obviously this doesn't associate them with a particular order type. I guess...

Reassigning the reviewer since Vedanshu will be AFK for a while...

@beafialho What do you think would be the best way to address this? Add more margin on the edge of the screen? Shorten the arrow and move it closer to...

The problem, I think, is that since the fonts and margins scale, the arrow will continue to sometimes overlap longer post titles, regardless of the viewport width: https://d.pr/v/QBdkTJ

Thanks for taking a look @jonoalderson, this is helpful. I don't have answers to all of the above points, but a few followups: > What does the international setup look...

> i guess we'd continue using the old theme on rosetta sites anyway, since those just use the main theme for the entire site, rather than having a separate WP...

I just noticed that the Pullquote block actually does implement "Quote 2" from the design--kind of. The quotation mark background image probably needs some size adjusting. But I don't see...

@beafialho what is the use case intention here? When should the Pullquote block (Quote 1 and Quote 2 above) be used, vs. a Quote block (Quote 3 above)? Skimming through...